Skip to content
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

Allow changing status type #9

Closed
julianschiavo opened this issue Nov 27, 2017 · 2 comments
Closed

Allow changing status type #9

julianschiavo opened this issue Nov 27, 2017 · 2 comments

Comments

@julianschiavo
Copy link

julianschiavo commented Nov 27, 2017

Allow changing status type (playing, watching, listening) for Rich Presence.

Note an example of a listening Rich Presence on the developers testing the Spotify integration's Rich Presences.

Also, discordjs/discord.js#2103 is a (closed) discord.js issue with an example of a rich presence type:

client.user.setPresence({
    activity: {
//[...]
        name: "",
        type: "LISTENING",
        details: "",
        state: ""
//[...]
    }
});```
@FOG-Yamato
Copy link

The internal RPC server methods do not accept the presence type as a argument, the only way for you to change it is to connect to the API and do it from there

@FOG-Yamato
Copy link

Did you understand what I said? the RPC connection does not accept the type, it's something that Discord handles, we can't change it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants