Disable Presence Update

This commit is contained in:
Daniel Odendahl Jr
2017-09-23 13:46:52 +00:00
parent 4e0d87955c
commit a99ae3945e
3 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const client = new Client({
invite: INVITE,
disableEveryone: true,
unknownCommandResponse: false,
disabledEvents: ['TYPING_START'],
disabledEvents: ['TYPING_START', 'PRESENCE_UPDATE'],
messageCacheLifetime: 600,
messageSweepInterval: 120
});