Penguin-Spy / powercord-ppl-moe

A Replugged plugin that displays a user's ppl.moe profile as a new tab in the user's modal
GNU General Public License v3.0
8 stars 1 forks source link

Plugin should support banned users #6

Closed queer closed 3 years ago

queer commented 3 years ago

You can see an example from one idiot's profile:

▶  curl -s https://ppl.moe/api/user/discord/775488386529230849 | jq .
{
  "banned": true
}
▶  

This will still return a 200, whereas user not found returns a 404.