From c972d3610d38e3f46dceae1704d17b4fefb3dd1b Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 30 Sep 2022 13:33:39 -0700 Subject: [PATCH] remove debug --- commands/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/help.js b/commands/help.js index e170eb5..396e95f 100644 --- a/commands/help.js +++ b/commands/help.js @@ -27,7 +27,6 @@ module.exports = { */ run: async (client, interaction, args, { GuildDB }) => { - console.log(args) if (GuildDB.customChannelStatus==true&&!GuildDB.allowedChannels.includes(interaction.channel_id)) { return interaction.send({ content: `You are not allowed to use the bot in this channel.` }); }