mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Remove commands that no longer work, fix others
This commit is contained in:
@@ -7,7 +7,6 @@ const client = new Client({
|
||||
owner: OWNERS.split(','),
|
||||
invite: INVITE,
|
||||
disableEveryone: true,
|
||||
unknownCommandResponse: false,
|
||||
disabledEvents: ['TYPING_START']
|
||||
});
|
||||
const activities = require('./assets/json/activity');
|
||||
@@ -36,7 +35,8 @@ client.registry
|
||||
help: false,
|
||||
ping: false,
|
||||
prefix: false,
|
||||
commandState: false
|
||||
commandState: false,
|
||||
unknownCommand: false
|
||||
})
|
||||
.registerCommandsIn(path.join(__dirname, 'commands'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user