Provide member object for authors of messages in context commands #6284
Unanswered
MinnDevelopment
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 1 reply
-
Why not retrieve the member from the Discord API? I mean, it would add extra network data for bots that don't need it, not to mention Discord's point of view on the infrastructure side. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The interaction events for message commands provide a
message
object indata.resolved
. This message object only includes theauthor
but not themember
in the context of guilds.It would be nice if the message member could also be provided in these interactions, this is useful for checking roles and permissions of the message author.
Beta Was this translation helpful? Give feedback.
All reactions