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": {