Add Owner Utility Group

This commit is contained in:
Dragon Fire
2020-06-07 16:55:55 -04:00
parent 14396092f1
commit 2002733dd7
11 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -17,6 +17,7 @@ client.registry
.registerTypesIn(path.join(__dirname, 'types'))
.registerGroups([
['util', 'Utility'],
['util-owner', 'Utility (Owner)'],
['info', 'Discord Information'],
['random-res', 'Random Response'],
['random-img', 'Random Image'],
@@ -36,8 +37,7 @@ client.registry
['voice', 'Voice-Based'],
['phone', 'Phone'],
['other', 'Other'],
['roleplay', 'Roleplay'],
['readme', 'README Generators']
['roleplay', 'Roleplay']
])
.registerDefaultCommands({
help: false,