From 747fbb910ca65e2a4119b85abf5d9b6923742ed8 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 1 Jun 2020 15:44:34 -0700 Subject: [PATCH] add hype train badge --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index c8f4b4b..710ac0b 100644 --- a/bot.py +++ b/bot.py @@ -86,6 +86,7 @@ def _badges(badges: str) -> str: ('\033[48;2;089;057;154m♕\033[m', re.compile('^turbo/')), ('\033[48;2;230;186;072m◘\033[m', re.compile('^sub-gift-leader/')), ('\033[48;2;088;226;193m◘\033[m', re.compile('^sub-gifter/')), + ('\033[48;2;183;125;029m♕\033[m', re.compile('^hype-train/')), ('\033[48;2;203;200;208m▴\033[m', re.compile('^bits/')), ('\033[48;2;230;186;072m♦\033[m', re.compile('^bits-leader/')), ):