Add founder badge

This commit is contained in:
Anthony Sottile 2020-05-09 10:48:40 -07:00
parent 17c627bf94
commit c83cf9e130
1 changed files with 1 additions and 0 deletions

1
bot.py
View File

@ -71,6 +71,7 @@ def _badges(badges: str) -> str:
for s, reg in (
('\033[48;2;224;005;185m♦\033[m', re.compile('^vip/')),
('\033[48;2;233;025;022m☞\033[m', re.compile('^broadcaster/')),
('\033[48;2;130;005;180m★\033[m', re.compile('^founder/')),
('\033[48;2;130;005;180m★\033[m', re.compile('^subscriber/')),
('\033[48;2;000;160;214m♕\033[m', re.compile('^premium/')),
('\033[48;2;088;226;193m◘\033[m', re.compile('^sub-gifter/')),