discordjs / RPC

A simple RPC client for Discord
MIT License
460 stars 190 forks source link

Is it possible that this library gets way to set Activity Types? #146

Open etareduction opened 2 years ago

etareduction commented 2 years ago

As per discord docs it is possible to set Activity Type somehow, for example - i want to use Listening (enum 2) type in my application. Is it possible to implement this in library?

V0l-D commented 2 years ago

Yeah, I am also interested in this feature for the Watching type, good suggestion.

landenpls commented 2 years ago

This is not currently possible, unfortunately.

ItsSunnyMonster commented 9 months ago

Is there any reason why this can't be implemented?

JoCat commented 4 months ago

Is there any reason why this can't be implemented?

Yes, discord ignores any passed value of type.

I think you've already figured it out, then I'll just leave this post for those who, like me, have encountered this problem so they don't have to search for information.