1
0
Fork 0

Removed "Thing" commands categorie and moved to utility

Commando
Loïc Bersier 6 years ago
parent e6f4a95847
commit 39db016f47

@ -15,11 +15,10 @@ const client = new CommandoClient({
client.registry client.registry
.registerDefaultTypes() .registerDefaultTypes()
.registerGroups([ .registerGroups([
['thing', 'Some things i guess? i dont know how to name it'],
['admin', 'Commands to make admin life easier'],
['owner', 'Commands the owner can use to manage the bot'],
['fun', 'Fun commands'], ['fun', 'Fun commands'],
['utility', 'Some usefull commands'], ['utility', 'Some usefull commands'],
['admin', 'Commands to make admin life easier'],
['owner', 'Commands the owner can use to manage the bot'],
]) ])
.registerDefaultGroups() .registerDefaultGroups()
.registerDefaultCommands() .registerDefaultCommands()

Loading…
Cancel
Save