discordjs / RPC

A simple RPC client for Discord
MIT License
466 stars 191 forks source link

Include Functionality to Change Activity Type #116

Closed james-b-yu closed 3 years ago

james-b-yu commented 3 years ago

According to the Discord Developer Portal, it is possible to change the default message of "Playing" (game) to "Listening", "Streaming" or a custom string, but having looked over the documentary to the discordjs RPC, it seems as if this has not been ported over yet.

Could this feature be included in a future release? If not, are there any workarounds for changing the message manually?

image

advaith1 commented 3 years ago

only bots and certain private integrations can set that, it cannot be publicly set via ipc

james-b-yu commented 3 years ago

Ah I see. That's a shame. Hopefully Discord will be more open and flexible about this in the future.

richiedevs commented 3 years ago

Hopefully.