forked from Supositware/Haha-Yes
Disable help for the modified one
This commit is contained in:
parent
486402dfd6
commit
c056828e5c
1 changed files with 3 additions and 1 deletions
4
index.js
4
index.js
|
@ -24,7 +24,9 @@ client.registry
|
|||
['owner', 'Owner'],
|
||||
])
|
||||
.registerDefaultGroups()
|
||||
.registerDefaultCommands()
|
||||
.registerDefaultCommands({
|
||||
help: false
|
||||
})
|
||||
.registerCommandsIn(path.join(__dirname, 'commands'));
|
||||
// Ready messages
|
||||
client.on('ready', async () => {
|
||||
|
|
Loading…
Reference in a new issue