Skip to content

Commit

Permalink
Fixed Twitch Prime badge id
Browse files Browse the repository at this point in the history
  • Loading branch information
estintax committed Mar 2, 2020
1 parent ed7ffa0 commit 20f9dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/in/pinig/ttvmc/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static String badgeToColor(String badges) {
else if(badges.contains("moderator")) return "§2";
else if(badges.contains("vip")) return "§d";
else if(badges.contains("subscriber")) return "§e";
else if(badges.contains("prime")) return "§b";
else if(badges.contains("premium")) return "§b";

return null;
}
Expand Down

0 comments on commit 20f9dab

Please sign in to comment.