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