From 3a8c3b6fafa715f5b541371caae6c69c3f4ee628 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 26 Aug 2017 16:58:52 +0000 Subject: [PATCH] Test --- XiaoBot.js | 8 +------- package.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/XiaoBot.js b/XiaoBot.js index f9e7dd0a..2e8db6ab 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -7,13 +7,7 @@ const client = new CommandoClient({ invite: INVITE, disableEveryone: true, unknownCommandResponse: false, - disabledEvents: [ - 'TYPING_START', - 'FRIEND_ADD', - 'FRIEND_REMOVE' - ], - messageCacheLifetime: 60, - messageSweepInterval: 120 + disabledEvents: ['TYPING_START'] }); const { carbon, dBots, dBotsOrg, filterTopics, parseTopic } = require('./structures/Util'); diff --git a/package.json b/package.json index a89572d2..d02d215c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "31.2.1", + "version": "31.2.2", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {