This commit is contained in:
Daniel Odendahl Jr
2017-08-26 16:58:52 +00:00
parent 4e03a1e710
commit 3a8c3b6faf
2 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -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');
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "31.2.1",
"version": "31.2.2",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {