Closed akirataguchi115 closed 1 year ago
RPC (the way of communication with the discord app) isn't deprecated. Discord-RPC (the standalone C++ SDK to implement RPC) is, as it was merged into the full Game SDK, and continues to be supported there just fine in form of Activities that slightly abstract over raw RPC.
Also fairly sure that this extension (or the discord-rpc
JS package used under the hood) don't use any native code to even be able to use the deprecated SDK.
Thanks for correcting me!
https://discord.com/developers/docs/game-sdk/sdk-starter-guide
We should maybe change the wording to SDK as RPC is deprecated.