development #1

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

View File

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