From 7f6372a09b7f87f1b92dfbd1e1619f3e62a8ee49 Mon Sep 17 00:00:00 2001 From: AllfatherHatt Date: Sun, 23 Feb 2025 21:01:09 +0100 Subject: [PATCH] add less stupid debug --- reginaldCog/reginald.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)