diff --git a/src/minecraft/commands/chocolateCommand.js b/src/minecraft/commands/chocolateCommand.js index 363b5593..27218af7 100644 --- a/src/minecraft/commands/chocolateCommand.js +++ b/src/minecraft/commands/chocolateCommand.js @@ -1,13 +1,12 @@ const { getLatestProfile } = require("../../../API/functions/getLatestProfile.js"); const { getChocolateFactory } = require("../../../API/stats/chocolateFactory.js"); -const minecraftCommand = require("../../contracts/minecraftCommand.js"); const { formatNumber, titleCase } = require("../../contracts/helperFunctions.js"); +const minecraftCommand = require("../../contracts/minecraftCommand.js"); class ChocolateCommand extends minecraftCommand { /** @param {import("minecraft-protocol").Client} minecraft */ constructor(minecraft) { super(minecraft); - 2; this.name = "chocolatefactory"; this.aliases = ["cf", "factory", "chocolate"]; this.description = "Skyblock Chocolate Factory Stats of specified user.";