diff --git a/src/providers/Discord.ts b/src/providers/Discord.ts index 7db1097..f3dff4c 100644 --- a/src/providers/Discord.ts +++ b/src/providers/Discord.ts @@ -85,7 +85,7 @@ class Discord { // TODO: Handle DMs commands soon if(!(message.channel instanceof TextChannel)) return; - //if(message.author.bot) return; + if(message.author.bot) return; if(typeof message.guild?.id === 'undefined') return;