From 20c95d7ec4aecce57d7a6d34e951d0c88a2481ca Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 13 Oct 2017 22:01:21 +0000 Subject: [PATCH] Beep --- XiaoBot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index e91b404b..fdbe44fb 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -11,7 +11,6 @@ const client = new CommandoClient({ messageCacheLifetime: 600, messageSweepInterval: 120 }); -const { postStats } = require('./util/Util'); const { version } = require('./package'); const whitelist = require('./assets/json/whitelist');