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

How can I send more than one Embed one message #1909

Closed
ITilyaGO opened this issue Aug 14, 2021 · 4 comments
Closed

How can I send more than one Embed one message #1909

ITilyaGO opened this issue Aug 14, 2021 · 4 comments

Comments

@ITilyaGO
Copy link

Discord supports multiple instances of Embed in a single message.
I want to send a message containing multiple Embed. But SendMessageAsync() only accepts one instance.
Please add this feature or tell me how I can do it.

Example
https://ibb.co/sWJGCXh

@Anu6is
Copy link
Contributor

Anu6is commented Aug 14, 2021

This isn't yet supported in DNet for not messages. You'd have to send a message via Webhook

@ITilyaGO
Copy link
Author

  1. Is there a chance that a similar feature will be added?
  2. Is the Discord.Webhook library suitable for sending messages with multiple Embed?

@Anu6is
Copy link
Contributor

Anu6is commented Aug 14, 2021

  1. The Discord API does provide for it, so it's up to Discord.Net to implement it at some point.
  2. Yes.

@quinchs quinchs mentioned this issue Sep 20, 2021
34 tasks
@MrCakeSlayer
Copy link
Collaborator

This has now been implemented via the merged labs PR (#1923)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants