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
I'd like to have time bar instead of just time for the song time thingy
Suggested solution
You could update the discord RPC code to have a time bar thingy instead of just the normal time ( Yes it works now, discord recently changed code to allow it for other RPC's too and not just spotify special )
Is there an existing issue for this?
Pain
I'd like to have time bar instead of just time for the song time thingy
Suggested solution
You could update the discord RPC code to have a time bar thingy instead of just the normal time ( Yes it works now, discord recently changed code to allow it for other RPC's too and not just spotify special )
Useful resources
const activity: Activity = {
application_id,
name: "whatever",
type: ActivityType.LISTENING,
flags: 0,
details: "details",
state: "state",
timestamps: {
start: Date.now(),
end: (Date.now() + (e.track.duration ?? 0))
},
assets: {
large_image,
large_text: "album"
},
buttons: [],
metadata: {
button_urls: []
}
};
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: