-
Notifications
You must be signed in to change notification settings - Fork 5
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
DeferredResponse ignores ActionRow and Empherical #49
Comments
Same issue with me, but it looks like this a problem on Discord's side. discord/discord-api-docs#2735.. (At least for Empherical).. It might also be the reason why I'll try to poke around the docs and ask for support if this is the case. |
Took a deeper look at it, it seems that if the original message (DeferredResponse) is not empherical, it cannot be changed to empherical later on (as well as action rows). I think I'll work on a method to let the the user know this is the case. |
Would it be possible to work around this API limitation for |
That sounds good, i'll add that. |
@ms7m The API forces a less than ideal implementation for this, but to cover all bases, maybe a |
When attempting to send a
DeferredResponse
, certain components of thenew_message
DiscordResponse
are ignored. In my experience, bothaction_row
andempherical
do not function.Example:
The text was updated successfully, but these errors were encountered: