Comment out is_vip since it's not in a twitchio release yet LUL

This commit is contained in:
Terry Hearst 2022-09-17 00:12:29 -04:00
parent 9993023c7e
commit d158a1cf62

5
bot.py
View file

@ -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())