RPCS3 / discord-bot

Source code for RPCS3's Discord bot.
https://rpcs3.net/
GNU Lesser General Public License v2.1
60 stars 45 forks source link

Auto-warn for piracy in case the pirate site's name is visible via Discord Rich Presence #141

Closed dio-gh closed 5 years ago

dio-gh commented 5 years ago

Title says it all, some dude came in to the server today with a pirate copy of P5, and Discord Rich Presence had the name of the pirate site displayed while he was playing lol

13xforever commented 5 years ago

Pretty sure rich presence, or even general user activity status, is not exposed through discord api. Actually never mind, it is exposed in user presence object that you can get from the guild or through presence changes notifications.

Mhmmm commented 5 years ago

That's only possible if the game's name is manually changed in PARAM.SFO I think, @MsDarkLow did that to some games ("Ryu ga Gotoku Ishin" -> "Yakuza Ishin"), so maybe some piracy sites do that do?

Asinin3 commented 5 years ago

@Renusek Yes, that's the whole point of this. But, it was already discussed. And it makes no sense since it's auto-warning people that aren't even breaking any of the rules. Rule #2 only applies if you discuss it or ask for support. And this is a surefire way to just annoy people and a waste of time to implement even if it was possible.