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'],
|
['owner', 'Owner'],
|
||||||
])
|
])
|
||||||
.registerDefaultGroups()
|
.registerDefaultGroups()
|
||||||
.registerDefaultCommands()
|
.registerDefaultCommands({
|
||||||
|
help: false
|
||||||
|
})
|
||||||
.registerCommandsIn(path.join(__dirname, 'commands'));
|
.registerCommandsIn(path.join(__dirname, 'commands'));
|
||||||
// Ready messages
|
// Ready messages
|
||||||
client.on('ready', async () => {
|
client.on('ready', async () => {
|
||||||
|
|
Loading…
Reference in a new issue