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

Add add_new_action_row method to DiscordResponse #57

Open
EthanC opened this issue Aug 7, 2021 · 1 comment
Open

Add add_new_action_row method to DiscordResponse #57

EthanC opened this issue Aug 7, 2021 · 1 comment
Labels
Fixed in the Next Release This issue will be resolved in the next release. QoL Change A quality of life change/request.

Comments

@EthanC
Copy link

EthanC commented Aug 7, 2021

This is just a quality-of-life enhancement request.

DiscordResponse currently has an add_new_embed method that allows for a new Embed to be appended to the embeds property. Ideally, this API could be reimplemented for the ActionRow object and action_rows property.

Example

res: DiscordResponse = DiscordResponse(...)

res.add_new_action_row(ActionRow(...))
@ms7m ms7m added QoL Change A quality of life change/request. Fixed in the Next Release This issue will be resolved in the next release. labels Aug 7, 2021
@ms7m
Copy link
Owner

ms7m commented Aug 7, 2021

This sounds good. This will be added in the next release.

ms7m added a commit that referenced this issue Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in the Next Release This issue will be resolved in the next release. QoL Change A quality of life change/request.
Projects
None yet
Development

No branches or pull requests

2 participants