Add client locale to RPC READY event #6949
Unanswered
TheKing-OfTime
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a small project that uses Discord Rich Presence among other things. Recently I have received a lot of requests from users for Rich Presence localization to follow the localization of the user's client. However, to my surprise RPC does not allow to get the user locale.

So I request adding
locale
field to the partial User object that is passed in the READY event.I think this should not be a problem since the locale can already be obtained via Oauth or Bot Interactions.
Beta Was this translation helpful? Give feedback.
All reactions