diff --git a/XiaoBot.js b/XiaoBot.js index 7b590624..e02a6ed9 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -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'); diff --git a/package.json b/package.json index 86cb5d30..85f2ac99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "25.0.1", + "version": "25.0.2", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {