add hype train badge

This commit is contained in:
Anthony Sottile 2020-06-01 15:44:34 -07:00
parent 39b8ce2ec5
commit 747fbb910c
1 changed files with 1 additions and 0 deletions

1
bot.py
View File

@ -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/')),
):