Skip to content

Commit

Permalink
Fix for founder badge
Browse files Browse the repository at this point in the history
  • Loading branch information
scaniatv committed Oct 15, 2019
1 parent 9c01f0c commit ae11871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tv/phantombot/twitch/irc/TwitchWSIRCParser.java
Expand Up @@ -203,6 +203,7 @@ private Map<String, String> parseBadges(String rawBadges) {
badges.put("user-type", badge);
break;
case "subscriber":
case "founder":
badges.put("subscriber", "1");
break;
case "turbo":
Expand Down

0 comments on commit ae11871

Please sign in to comment.