From 08d21356383bdb9174ade23fa95b2e4944fdd320 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 29 Apr 2017 19:53:38 +0000 Subject: [PATCH] No Unknown Command Response --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 81102451..0e385fc1 100644 --- a/index.js +++ b/index.js @@ -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');