#disable mentions via on_message
1 messages · Page 1 of 1 (latest)
from the bot? in your send function, use allowed_mentions
https://docs.pycord.dev/en/master/api.html#discord.abc.Messageable.send
https://docs.pycord.dev/en/master/api.html#discord.AllowedMentions
e.g. if you want to make sure it can't ping at all, you'd do allowed_mentions = discord.AllowedMentions.none()
no, a message from a user