discordjs / RPC

A simple RPC client for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include Functionality to Change Activity Type

james-b-yu opened this issue · comments

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

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

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

Hopefully.