From cf4a7c00dd62cd806743ed45d887ddb66a1ae4d3 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 26 Aug 2017 17:01:36 +0000 Subject: [PATCH] Oh no --- XiaoBot.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index 2e8db6ab..d3047710 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -7,7 +7,9 @@ const client = new CommandoClient({ invite: INVITE, disableEveryone: true, unknownCommandResponse: false, - disabledEvents: ['TYPING_START'] + disabledEvents: ['TYPING_START'], + messageCacheLifetime: 60, + messageSweepInterval: 120 }); const { carbon, dBots, dBotsOrg, filterTopics, parseTopic } = require('./structures/Util');