diff --git a/bot/modules/commandsV2.js b/bot/modules/commandsV2.js index 1a1322d..6e9afb7 100644 --- a/bot/modules/commandsV2.js +++ b/bot/modules/commandsV2.js @@ -52,8 +52,6 @@ let checkForCommand = function(message) { if (!message.author.bot && message.content.toLowerCase().indexOf('!helpcommands') >= 0) { let bundle = commands['!helpcommands'].bundle; bundle.description = '**' + commandsList + '**'; - console.log(bundle); - console.log(bundle.description); message.channel.send({embeds: [bundle]}); } };