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

Implemented the Allowed Mentions builder #931

Merged
merged 2 commits into from
Aug 17, 2020

Conversation

vicky5124
Copy link
Contributor

@vicky5124 vicky5124 commented Aug 17, 2020

Fixes #798

	new file:   src/builder/create_allowed_mentions.rs
	modified:   src/builder/create_message.rs
	modified:   src/builder/mod.rs
	modified:   src/builder/create_allowed_mentions.rs
@arqunis arqunis added builder Related to the `builder` module. discord feature Related to Discord's functionality. enhancement An improvement to Serenity. model Related to the `model` module. labels Aug 17, 2020
@arqunis arqunis merged commit 59fb7b9 into serenity-rs:current Aug 17, 2020
arqunis pushed a commit to arqunis/serenity that referenced this pull request 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
builder Related to the `builder` module. discord feature Related to Discord's functionality. enhancement An improvement to Serenity. model Related to the `model` module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discord API: Allowed Mentions Support
2 participants