Replies: 1 comment
-
This could work now that it's possible to fetch ephemerals too, though I'd still prefer if the API itself could return the data and drop the option completely. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is that
fetchReply
fromMessageComponentInteraction
/BaseCommandInteraction
#reply
(and others) can be global and specified on theClient
, as well asallowedMentions
and not having to set it for everyinteraction.reply
.The idea written in code would be something like:
Beta Was this translation helpful? Give feedback.
All reactions