We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845e652 commit 3853868Copy full SHA for 3853868
tux/handlers/event.py
@@ -36,7 +36,7 @@ async def handle_harmful_message(message: discord.Message) -> None:
36
None
37
"""
38
39
- if message.author.bot:
+ if message.author.bot and message.webhook_id not in CONFIG.BRIDGE_WEBHOOK_IDS:
40
return
41
42
stripped_content = strip_formatting(message.content)
0 commit comments