From 3d1fac072b270e9bea76729a2efca9ad91b03b7a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 10 Jul 2017 14:51:03 +0000 Subject: [PATCH] Enable Presence Update Event --- XiaoBot.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/XiaoBot.js b/XiaoBot.js index 405e78e6..64e554f6 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -8,7 +8,6 @@ const client = new CommandoClient({ disableEveryone: true, unknownCommandResponse: false, disabledEvents: [ - 'PRESENCE_UPDATE', 'TYPING_START', 'VOICE_STATE_UPDATE', 'FRIEND_ADD', diff --git a/package.json b/package.json index b8ee5cdb..881ad37b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "27.0.1", + "version": "27.0.2", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {