Remove ACR

This commit is contained in:
Daniel Odendahl Jr
2017-06-22 04:04:04 +00:00
parent e9887f0cab
commit 23e2cc6dfd
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ const client = new CommandoClient({
commandPrefix: PREFIX,
owner: OWNER,
invite: INVITE,
disableEveryone: true
disableEveryone: true,
unknownCommandResponse: false
});
const { carbon, dBots } = require('./structures/Stats');
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "25.0.1",
"version": "25.0.2",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {