Enable Presence Update Event

This commit is contained in:
Daniel Odendahl Jr
2017-07-10 14:51:03 +00:00
parent 329fdca633
commit 3d1fac072b
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ const client = new CommandoClient({
disableEveryone: true, disableEveryone: true,
unknownCommandResponse: false, unknownCommandResponse: false,
disabledEvents: [ disabledEvents: [
'PRESENCE_UPDATE',
'TYPING_START', 'TYPING_START',
'VOICE_STATE_UPDATE', 'VOICE_STATE_UPDATE',
'FRIEND_ADD', 'FRIEND_ADD',
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "27.0.1", "version": "27.0.2",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Shard.js", "main": "Shard.js",
"scripts": { "scripts": {