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

Support all of the parameters to edit a message #223

Open
joelzwarrington opened this issue Jun 2, 2023 · 0 comments
Open

Support all of the parameters to edit a message #223

joelzwarrington opened this issue Jun 2, 2023 · 0 comments

Comments

@joelzwarrington
Copy link

Discord API supports the following parameters when editing a message: content, embeds, flags, allowed_mentions, components, fields, but these are not all supported by discordrb.
image1

def edit(new_content, new_embeds = nil, new_components = nil)

Also, content is an optional argument, but is made required in the method.

Footnotes

  1. https://discord.com/developers/docs/resources/channel#edit-message

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

1 participant