No Unknown Command Response

This commit is contained in:
Daniel Odendahl Jr
2017-04-29 19:53:38 +00:00
parent 988912f471
commit 08d2135638
+2 -1
View File
@@ -3,7 +3,8 @@ const client = new CommandoClient({
commandPrefix: 'x;',
owner: '242699360352206850',
disableEveryone: true,
invite: 'https://discord.gg/fqQF8mc'
invite: 'https://discord.gg/fqQF8mc',
unknownCommandResponse: false
});
const path = require('path');
const { carbon, discordBots } = require('./structures/Stats');