chore: auto-commit from dashboard

This commit is contained in:
2026-04-02 19:43:01 +00:00
parent d9450ce70d
commit 5fafc29dc1
9 changed files with 383 additions and 20 deletions

View File

@@ -936,8 +936,8 @@ def create_bot(config: Config) -> discord.Client:
@client.event
async def on_message(message: discord.Message) -> None:
# Ignore bot's own messages
if message.author == client.user:
# Ignore messages from any bot (including self)
if message.author.bot:
return
# DM handling: only process if sender is admin