Send 'locale' in reaction events #6140
Unanswered
jocafamaka
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.
-
Would be awesome if
locale
node was present in reactions events, mainly in the event Message Reaction Add.Why? (My use case)
I have a bot that heavily uses Discord's locazation features (and before that it had its own implementation to handle it) and has support for several languages...
In addition to a default server language setting (used when the user's language is not supported).
My bot watches reactions to specific messages and in some situations after a reaction, the user receives a message, this message will always be in the server's default language, as this event does not return the user's locale.
It would be very good for this localization purpose the presence of the
locale
in the reaction addition event, exactly to enable the localization in this type of situation.Beta Was this translation helpful? Give feedback.
All reactions