mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-21 01:05:27 -04:00
[GH-ISSUE #282] Abuse Rich Presence for basic information displayment #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/@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.
@dio-gh commented on GitHub (Apr 15, 2019):
Sounds cool, thanks.
Abuse Rich Presence for basic information displaymentto [GH-ISSUE #282] Abuse Rich Presence for basic information displayment