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 9d4b8e3 commit 3cfadc2Copy full SHA for 3cfadc2
bot.py
@@ -880,9 +880,7 @@ async def process_dm_modmail(self, message: discord.Message) -> None:
880
sent_emoji, blocked_emoji = await self.retrieve_emoji()
881
882
# Handle forwarded messages (Discord forwards)
883
- # See: https://discord.com/developers/docs/resources/message#message-reference-content-attribution-forwards
884
- import discord
885
-
+ # See: https://discord.com/developers/docs/resources/message#message-reference-content-attribution-forward
886
# 1. Multi-forward (message_snapshots)
887
if hasattr(message, "flags") and getattr(message.flags, "has_snapshot", False):
888
if hasattr(message, "message_snapshots") and message.message_snapshots:
0 commit comments