-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible that this library gets way to set Activity Types? #146
Comments
Yeah, I am also interested in this feature for the Watching type, good suggestion. |
This is not currently possible, unfortunately. |
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. |
Activity Types are now supported in discord rpc - see https://x.com/advaithj1/status/1816655583107510517 (Jul 26, 2024) code example: https://github.com/th-ch/youtube-music/blob/f2b1e6b6bfa748c82c144d76140248c77bea7569/src/plugins/discord/main.ts#L183-L190 ActivityType typescript definition here: https://github.com/discordjs/discord-api-types/blob/a59f9f002f2fad7cdc6ce8aa9cf04081db2e0da8/payloads/v10/gateway.ts#L251-L276 |
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?
The text was updated successfully, but these errors were encountered: