You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new version of Discord integration API called "Discord Game SDK" you can change a "Playing" text to "Streaming", "Listening" or some custom one.
Sadly this isn't possible due to Discord limitations, as written below in the link you sent:
ActivityType is strictly for the purpose of handling events that you receive from Discord; though the SDK/our API will not reject a payload with an ActivityType sent, it will be discarded and will not change anything in the client.
You can see that others have met the same issue here: discordjs/RPC#146
uh, i have a suggestion, and this is just a suggestion from someone who doesnt know too much about this so dont bite my head off if its a dumb one.
right now, in vencord, there is a plugin called custom rpc, witht hat oyu can set whatever status you want, listening, watching, streaming, etc. what if you used that idea and made a sort of companion plugin for vencord or better discord, would it be possible to link the "youtube music for desktop" data to that plugin and have the plugin display what you want it to?
edit: maybe have a switch in settings to control which api is used, one side of the switch uses the normal "playing" one we have now, and the other is if you have the plugin installed
In the new version of Discord integration API called "Discord Game SDK" you can change a "Playing" text to "Streaming", "Listening" or some custom one.
More info here:
https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum
The text was updated successfully, but these errors were encountered: