We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf876dc commit a7633eaCopy full SHA for a7633ea
src/minecraft/commands/chocolateCommand.js
@@ -7,7 +7,7 @@ const { titleCase } = require("../../../API/constants/functions.js");
7
class ChocolateCommand extends minecraftCommand {
8
constructor(minecraft) {
9
super(minecraft);
10
-2
+
11
this.name = "chocolatefactory";
12
this.aliases = ["cf", "factory", "chocolate"];
13
this.description = "Skyblock Chocolate Factory Stats of specified user.";
0 commit comments