forked from Supositware/Haha-Yes
Removed "Thing" commands categorie and moved to utility
This commit is contained in:
parent
e6f4a95847
commit
39db016f47
3 changed files with 2 additions and 3 deletions
5
index.js
5
index.js
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue