From 2b912d7fd189a67b7f5015a38687ba0f4fc3b93f Mon Sep 17 00:00:00 2001 From: Ralph Date: Mon, 13 Sep 2021 11:57:20 -0400 Subject: [PATCH] Remove debugging --- bot/modules/commandsV2.js | 2 -- 1 file changed, 2 deletions(-) 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]}); } };