Mentions¶
discord_http.mentions module¶
- class discord_http.mentions.AllowedMentions(*, everyone=True, users=True, roles=True, replied_user=True)¶
Bases:
object
Represents the allowed mentions for a message.
- Parameters:
- users¶
Whether to allow user mentions, or a list of user IDs to allow mentions for
- roles¶
Whether to allow role mentions, or a list of role IDs to allow mentions for