From 30d048e53f54405bc80a2d6f1c6178ffba1aea8f Mon Sep 17 00:00:00 2001 From: AllfatherHatt Date: Sun, 23 Feb 2025 20:59:41 +0100 Subject: [PATCH] add stupid level debug --- reginaldCog/reginald.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reginaldCog/reginald.py b/reginaldCog/reginald.py index 717be72..be0b140 100644 --- a/reginaldCog/reginald.py +++ b/reginaldCog/reginald.py @@ -52,6 +52,7 @@ 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