Custom Help Command

This commit is contained in:
Daniel Odendahl Jr
2017-05-02 22:45:36 +00:00
parent 3bb21c2df0
commit f2b99ec3a5
3 changed files with 70 additions and 2 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ client.registry
['roleplay', 'Roleplay']
])
.registerDefaultGroups()
.registerDefaultCommands()
.registerDefaultCommands({
help: false
})
.registerCommandsIn(path.join(__dirname, 'commands'));
client.on('guildMemberAdd', (member) => {