[Feature request]: Add buttons #73
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What is your idea?
Is it possible to add a configuration for the two buttons we can add to the RPC?
ex:

Thanks !
Additional information
No response
Thats not possible with the Discord Game SDK. Only with a custom IPC library and that wouldn't be easy at all. Curseforge uses a fork of the old Discord RPC library i think but it was way to unstable with Godot so i used the newer official one. Btw use modrinth
Small additional question: how do you disconnect the RPC? I use the "clear" and "update" function but it works once out of 10
just use clear not update and the delay is only on client side.
Oh okay, thanks!
Is it also a client side latency issue for updating information after clearing?
I will share with you the application that I am making with your module and I will mention you on it