File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11const { getLatestProfile } = require ( "../../../API/functions/getLatestProfile.js" ) ;
22const { getChocolateFactory } = require ( "../../../API/stats/chocolateFactory.js" ) ;
3- const minecraftCommand = require ( "../../contracts/minecraftCommand.js" ) ;
43const { formatNumber, titleCase } = require ( "../../contracts/helperFunctions.js" ) ;
4+ const minecraftCommand = require ( "../../contracts/minecraftCommand.js" ) ;
55
66class 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." ;
You can’t perform that action at this time.
0 commit comments