GUILD_ROLE_* events are inconsistent #3223
Unanswered
Mehgugs
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
it's unlikely to be changed anytime soon, but yes I would agree this is inconsistent |
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
Uh oh!
There was an error while loading. Please reload this page.
-
GUILD_ROLE_*
events contain a guild_id and role object. Every other create update delete set of events uses the inner payload as the object, optionally with an extraguild_id
parameter in member events. Why are role events different. It would be better if the role events followed the same convention as other create update delete event types in future gateway versions (channel, message, member events all follow this convention).Beta Was this translation helpful? Give feedback.
All reactions