Skip to content

Commit

Permalink
Update monthlyCommand.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckySoLucky authored Nov 6, 2022
1 parent 322f7ad commit 1fe1927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/minecraft/commands/monthlyCommand.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const minecraftCommand = require("../../contracts/MinecraftCommand.js");
const minecraftCommand = require("../../contracts/minecraftCommand.js");
const { getUUID } = require("../../contracts/API/PlayerDBAPI.js");
const { getStats } = require("../../contracts/helperFunctions.js");
const fetch = (...args) =>
Expand Down Expand Up @@ -62,4 +62,4 @@ class MonthlyStatsCommand extends minecraftCommand {
}
}

module.exports = MonthlyStatsCommand;
module.exports = MonthlyStatsCommand;

0 comments on commit 1fe1927

Please sign in to comment.