mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Disable more events
This commit is contained in:
+5
-1
@@ -8,7 +8,11 @@ const client = new CommandoClient({
|
||||
disableEveryone: true,
|
||||
unknownCommandResponse: false,
|
||||
disabledEvents: [
|
||||
'TYPING_START'
|
||||
'PRESENCE_UPDATE',
|
||||
'TYPING_START',
|
||||
'VOICE_STATE_UPDATE',
|
||||
'FRIEND_ADD',
|
||||
'FRIEND_REMOVE'
|
||||
]
|
||||
});
|
||||
const { carbon, dBots } = require('./structures/Util');
|
||||
|
||||
Reference in New Issue
Block a user