This commit is contained in:
Daniel Odendahl Jr
2017-09-27 21:00:36 +00:00
parent 6fa706f40c
commit 3ce5e8f747
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const client = new Client({
invite: INVITE, invite: INVITE,
disableEveryone: true, disableEveryone: true,
unknownCommandResponse: false, unknownCommandResponse: false,
disabledEvents: ['TYPING_START', 'PRESENCE_UPDATE'], disabledEvents: ['TYPING_START'],
messageCacheLifetime: 600, messageCacheLifetime: 600,
messageSweepInterval: 120 messageSweepInterval: 120
}); });
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "42.14.1", "version": "42.14.2",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Shard.js", "main": "Shard.js",
"scripts": { "scripts": {