From 3ce5e8f747b3f33f5e671b99f3e7cbdcacdfa05b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 27 Sep 2017 21:00:36 +0000 Subject: [PATCH] Beep --- XiaoBot.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XiaoBot.js b/XiaoBot.js index 5ddf8a84..cd475dd2 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -7,7 +7,7 @@ const client = new Client({ invite: INVITE, disableEveryone: true, unknownCommandResponse: false, - disabledEvents: ['TYPING_START', 'PRESENCE_UPDATE'], + disabledEvents: ['TYPING_START'], messageCacheLifetime: 600, messageSweepInterval: 120 }); diff --git a/package.json b/package.json index 9232056c..ce7e038a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "42.14.1", + "version": "42.14.2", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {