development #1

Merged
AllfatherHatt merged 157 commits from development into master 2025-06-14 15:47:26 +02:00
Showing only changes of commit 30d048e53f - Show all commits

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