Skip to content

Commit a7633ea

Browse files
committed
fix(!chocolatefactory): 2
1 parent cf876dc commit a7633ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minecraft/commands/chocolateCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { titleCase } = require("../../../API/constants/functions.js");
77
class ChocolateCommand extends minecraftCommand {
88
constructor(minecraft) {
99
super(minecraft);
10-
2
10+
1111
this.name = "chocolatefactory";
1212
this.aliases = ["cf", "factory", "chocolate"];
1313
this.description = "Skyblock Chocolate Factory Stats of specified user.";

0 commit comments

Comments
 (0)