add stupid level debug

This commit is contained in:
AllfatherHatt 2025-02-23 20:59:41 +01:00
parent 316ff36b8f
commit 30d048e53f

View File

@ -52,6 +52,7 @@ class ReginaldCog(commands.Cog):
@commands.Cog.listener() @commands.Cog.listener()
async def on_message(self, message, ctx): async def on_message(self, message, ctx):
ctx.send("<heard message>")
if message.author.bot or not message.guild: if message.author.bot or not message.guild:
return # Ignore bots and DMs return # Ignore bots and DMs