Comment out is_vip since it's not in a twitchio release yet LUL
This commit is contained in:
parent
9993023c7e
commit
d158a1cf62
1 changed files with 3 additions and 2 deletions
5
bot.py
5
bot.py
|
@ -51,8 +51,9 @@ class Bot(commands.Bot):
|
|||
else:
|
||||
if ctx.author.is_mod:
|
||||
response += "⚔"
|
||||
elif ctx.author.is_vip:
|
||||
reponse += "💎"
|
||||
# Uncomment these once twitchio gets a new release
|
||||
#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