diff --git a/reginaldCog/reginald.py b/reginaldCog/reginald.py index be0b140..6d50143 100644 --- a/reginaldCog/reginald.py +++ b/reginaldCog/reginald.py @@ -52,10 +52,10 @@ class ReginaldCog(commands.Cog): @commands.Cog.listener() async def on_message(self, message, ctx): - ctx.send("") if message.author.bot or not message.guild: return # Ignore bots and DMs + ctx.send("") guild = message.guild channel_id = str(message.channel.id)