Skip to content

Commit 858c6e2

Browse files
committed
Disable mentions in the ghost ping note.
1 parent 784bdb4 commit 858c6e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/move_message.py

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ async def ghostping(
8484
f" and ghostpinged {self._author.mention}."
8585
),
8686
view=self,
87+
allowed_mentions=discord.AllowedMentions.none(),
8788
)
8889
await (await self._channel.send(self._author.mention)).delete()
8990

0 commit comments

Comments
 (0)