[GH-ISSUE #282] Abuse Rich Presence for basic information displayment #45

Closed
opened 2026-02-15 15:54:47 -05:00 by yindo · 2 comments
Owner

Originally created by @dio-gh on GitHub (Apr 14, 2019).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/282

Recently noticed how Rich Presence is sometimes abused with bots, so they can display the default help command and a link to their site / repository:

e.g. Use !help for more information. | https://github.com/RPCS3/discord-bot/

Originally created by @dio-gh on GitHub (Apr 14, 2019). Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/282 Recently noticed how Rich Presence is sometimes abused with bots, so they can display the default help command and a link to their site / repository: e.g. `Use !help for more information. | https://github.com/RPCS3/discord-bot/`
yindo added the enhancementhelp wanted labels 2026-02-15 15:54:47 -05:00
yindo closed this issue 2026-02-15 15:54:47 -05:00
Author
Owner

@13xforever commented on GitHub (Apr 15, 2019):

Rich Presence is not covered by Discord API that is exposed to bots, and requires a separate library. I looked into this not too long ago.

Most popular seems to be Discord RPC. I just need some time to read up on docs and the library API.

@13xforever commented on GitHub (Apr 15, 2019): Rich Presence is not covered by Discord API that is exposed to bots, and requires a separate library. I looked into this not too long ago. Most popular seems to be [Discord RPC](https://github.com/Lachee/discord-rpc-csharp). I just need some time to read up on docs and the library API.
Author
Owner

@dio-gh commented on GitHub (Apr 15, 2019):

Sounds cool, thanks.

@dio-gh commented on GitHub (Apr 15, 2019): Sounds cool, thanks.
yindo changed title from Abuse Rich Presence for basic information displayment to [GH-ISSUE #282] Abuse Rich Presence for basic information displayment 2026-06-05 15:25:02 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#45