remove debug

This commit is contained in:
SowinskiBraeden committed 2022-09-30 13:33:39 -07:00
1 parent 00d7ccb631
commit c972d3610d
1 file changed
-1
-1
View File
@@ -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.` });
}