Uncomment is_vip check
This commit is contained in:
parent
19a390d60d
commit
e807428fac
1 changed files with 2 additions and 3 deletions
5
bot.py
5
bot.py
|
@ -152,9 +152,8 @@ class Bot(commands.Bot):
|
|||
else:
|
||||
if ctx.author.is_mod:
|
||||
response += "⚔"
|
||||
# Uncomment these once twitchio gets a new release
|
||||
#elif ctx.author.is_vip:
|
||||
# response += "💎"
|
||||
elif ctx.author.is_vip:
|
||||
response += "💎"
|
||||
if ctx.author.is_subscriber:
|
||||
response += "🤑"
|
||||
await ctx.send(response.strip())
|
||||
|
|
Loading…
Add table
Reference in a new issue