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
Hi, sorry if this is the wrong place to ask.
Looking around discord docs, found that discord-rpc is going to be depreciated and will be replaced by Game SDK.
My use case is to control the user's own and other voice channel member's voice settings with hardware controllers.
Doing a quick test tonight, discord.js/RPC just does this, I'm so far happy with the results.
Curious to know if my happiness will go away with an API depreciation.
Thanks!
The text was updated successfully, but these errors were encountered:
Discord had a C++ library called discord-rpc, which they deprecated in favor of their Game SDK. They both let you control RPC.
This unofficial library by Discord.js is coincidentally released under the package discord-rpc, but is unrelated to the deprecated library. You can continue to use it, as Discord are not deprecating the underlying RPC API.
Hi, sorry if this is the wrong place to ask.
Looking around discord docs, found that
discord-rpc
is going to be depreciated and will be replaced by Game SDK.My use case is to control the user's own and other voice channel member's voice settings with hardware controllers.
Doing a quick test tonight, discord.js/RPC just does this, I'm so far happy with the results.
Curious to know if my happiness will go away with an API depreciation.
Thanks!
The text was updated successfully, but these errors were encountered: