renamed general to thing

This commit is contained in:
Loïc Bersier 2018-09-08 03:30:33 +02:00
parent 8b8c918b6f
commit 5a75a80ca8
3 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ const client = new CommandoClient({
client.registry client.registry
.registerDefaultTypes() .registerDefaultTypes()
.registerGroups([ .registerGroups([
['general', 'The most used commands'], ['thing', 'some things i guess? i dont know how to name it'],
['admin', 'Commands to make admin life easier'], ['admin', 'Commands to make admin life easier'],
['owner', 'Commands the owner can use to manage the bot'], ['owner', 'Commands the owner can use to manage the bot'],
['fun', 'Fun commands'], ['fun', 'Fun commands'],