We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08ef26 commit f46ba14Copy full SHA for f46ba14
app/components/move_message.py
@@ -84,6 +84,7 @@ async def ghostping(
84
f" and ghostpinged {self._author.mention}."
85
),
86
view=self,
87
+ allowed_mentions=discord.AllowedMentions.none(),
88
)
89
await (await self._channel.send(self._author.mention)).delete()
90
0 commit comments