Removed "Thing" commands categorie and moved to utility

This commit is contained in:
Loïc Bersier 2018-09-17 14:54:05 +02:00
parent e6f4a95847
commit 39db016f47
3 changed files with 2 additions and 3 deletions

View file

@ -15,11 +15,10 @@ const client = new CommandoClient({
client.registry
.registerDefaultTypes()
.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'],
['utility', 'Some usefull commands'],
['admin', 'Commands to make admin life easier'],
['owner', 'Commands the owner can use to manage the bot'],
])
.registerDefaultGroups()
.registerDefaultCommands()