From a7633eac5d9adee2e674e9c9e9ef3a9f4a188a3a Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 24 Feb 2025 10:45:43 +0800 Subject: [PATCH] fix(!chocolatefactory): 2 --- src/minecraft/commands/chocolateCommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minecraft/commands/chocolateCommand.js b/src/minecraft/commands/chocolateCommand.js index 67ce75c5..055f4a05 100644 --- a/src/minecraft/commands/chocolateCommand.js +++ b/src/minecraft/commands/chocolateCommand.js @@ -7,7 +7,7 @@ const { titleCase } = require("../../../API/constants/functions.js"); class ChocolateCommand extends minecraftCommand { constructor(minecraft) { super(minecraft); -2 + this.name = "chocolatefactory"; this.aliases = ["cf", "factory", "chocolate"]; this.description = "Skyblock Chocolate Factory Stats of specified user.";