Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord API: Allowed Mentions Support #798

Closed
evieluvsrainbows opened this issue Mar 4, 2020 · 0 comments · Fixed by #931
Closed

Discord API: Allowed Mentions Support #798

evieluvsrainbows opened this issue Mar 4, 2020 · 0 comments · Fixed by #931
Labels
discord feature Related to Discord's functionality. model Related to the `model` module. tracking Listing the progress on a particular development topic.

Comments

@evieluvsrainbows
Copy link
Contributor

evieluvsrainbows commented Mar 4, 2020

Discord has recently added a method of control over mentions for bots. They can prevent a mention from actually triggering a ping to a user or role, or even the @​everyone and @​here mentions. They can also dictate which mention may trigger a ping by specifying a user id or role id.

Additional information can be discovered at Discord's official documentation: https://discordapp.com/developers/docs/resources/channel#allowed-mentions-object.

edit: Present the issue with more information regarding allowed mentions

@arqunis arqunis added discord feature Related to Discord's functionality. model Related to the `model` module. tracking Listing the progress on a particular development topic. labels Apr 10, 2020
arqunis pushed a commit that referenced this issue Aug 17, 2020
This commit adds a builder that will allow one to enable or disable specific mentions in messages.

Fixes #798
arqunis pushed a commit to arqunis/serenity that referenced this issue Nov 9, 2020
This commit adds a builder that will allow one to enable or disable specific mentions in messages.

Fixes serenity-rs#798
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discord feature Related to Discord's functionality. model Related to the `model` module. tracking Listing the progress on a particular development topic.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants