Replies: 1 comment
-
I'd prefer if the user just gets one badge. Support badge > Pro badge seems reasonable to me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since #6625, we show the BTTV Pro badges. Unlike 7TV, BTTV also has another global endpoint for "support" badges (Badges). An item in the response looks like this:
{ "id": "54ee2465b822020506c52a52", "name": "night", "displayName": "Night", "providerId": "11785491", "badge": { "type": 1, "description": "NightDev Developer", "svg": "https://cdn.betterttv.net/badges/developer.svg" } }Some questions to be answered:
Imagemight support SVG already, haven't tested.Beta Was this translation helpful? Give feedback.
All reactions