Allow applications to change activity text through DIscord RPC #6383
Unanswered
xdSora
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 2 replies
-
The spotify one is localisable, just like the default "playing a game". In this proposal, apps would need to provide localised strings themselves. |
Beta Was this translation helpful? Give feedback.
2 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.
-
When using Discord's RPC feature, we are able to set things like the title, description, elapsed time, etc... for our application, but when the activity is shown on Discord, the header text will always say "PLAYING A GAME", after which our custom data is shown.
If we look at the activity of Spotify, that text will instead say "LISTENING TO SPOTIFY", indicating that the text is changeable.
Why are we not able to change this text through RPC? When developing applications that are not games, the end result of this implementation doesn't appear as polished because of this.
Beta Was this translation helpful? Give feedback.
All reactions