Skip to content

Commit 0fe98e1

Browse files
authored
fix(!chocolatefactory): 2 (#317)
1 parent 4ee6fd4 commit 0fe98e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/minecraft/commands/chocolateCommand.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
const { getLatestProfile } = require("../../../API/functions/getLatestProfile.js");
22
const { getChocolateFactory } = require("../../../API/stats/chocolateFactory.js");
3-
const minecraftCommand = require("../../contracts/minecraftCommand.js");
43
const { formatNumber, titleCase } = require("../../contracts/helperFunctions.js");
4+
const minecraftCommand = require("../../contracts/minecraftCommand.js");
55

66
class ChocolateCommand extends minecraftCommand {
77
/** @param {import("minecraft-protocol").Client} minecraft */
88
constructor(minecraft) {
99
super(minecraft);
10-
2;
1110
this.name = "chocolatefactory";
1211
this.aliases = ["cf", "factory", "chocolate"];
1312
this.description = "Skyblock Chocolate Factory Stats of specified user.";

0 commit comments

Comments
 (0)