Disable more events

This commit is contained in:
Daniel Odendahl Jr
2017-06-25 15:52:03 +00:00
parent 68fcfedeea
commit 909eb6ac1a
+5 -1
View File
@@ -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');