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

Switch Discord Rich Presence #93

Open
galaxine-senpai opened this issue Feb 14, 2023 · 10 comments
Open

Switch Discord Rich Presence #93

galaxine-senpai opened this issue Feb 14, 2023 · 10 comments
Labels
enhancement New feature or request

Comments

@galaxine-senpai
Copy link

I was going to do a pull request with the changes but realized I don't know C#, but my suggestion is to use different statuses such as "listening" when music is playing or when videos are being playing use the "Watching" status, these all should exist, and work (in theory) and it would be a very nice improvement.

@Ombrelin
Copy link
Owner

Ombrelin commented Feb 14, 2023

Could you point me to some documentation regarding those "listening" and "watching" statuses ?

@galaxine-senpai
Copy link
Author

This is the best thing I could find regarding it, I hope this can help https://discordnet.dev/api/Discord.ActivityType.html

@Ombrelin
Copy link
Owner

That's very helpful, thank you, I'll have a look into it 👍

@Ombrelin Ombrelin added the enhancement New feature or request label Feb 14, 2023
@galaxine-senpai
Copy link
Author

No problem :)

@Ombrelin
Copy link
Owner

Hi, I looked into it and sadly, the link you provided is for a library called Discord .NET to work with the Discord API to create bots.
However, this app works using Rich Presence, which is a mechanism between software on your PC and the discord client, which is an entirely different system, even though the API can also read rich presence from users (hence the Enum you linked).
The library I'm using : https://github.com/Lachee/discord-rpc-csharp, doesn't seem to support such a feature.

@galaxine-senpai
Copy link
Author

Ah dang

@Ombrelin
Copy link
Owner

That was my reaction too :'(
Keeping the issue in case its supported in the futur

@galaxine-senpai
Copy link
Author

Alright, I hope it will!

@galaxine-senpai
Copy link
Author

I just decided to check with the library devs and they say it isn't possible.

@Ombrelin
Copy link
Owner

Hi ! Thank you for taking the time to check with the library author, although the result is as we feared.
However I will keep this issue open it case it changes in the future 👍

@Ombrelin Ombrelin reopened this Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants