mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Custom Ping Command
This commit is contained in:
+1
-1
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user