Custom Ping Command

This commit is contained in:
Daniel Odendahl Jr
2017-05-28 13:55:48 +00:00
parent 4a1813f172
commit ad982c6533
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ client.registry
['roleplay', 'Roleplay']
])
.registerDefaultGroups()
.registerDefaultCommands({ help: false })
.registerDefaultCommands({ help: false, ping: false })
.registerCommandsIn(path.join(__dirname, 'commands'));
client.on('ready', () => {