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:
|
else:
|
||||||
if ctx.author.is_mod:
|
if ctx.author.is_mod:
|
||||||
response += "⚔"
|
response += "⚔"
|
||||||
elif ctx.author.is_vip:
|
# Uncomment these once twitchio gets a new release
|
||||||
reponse += "💎"
|
#elif ctx.author.is_vip:
|
||||||
|
# response += "💎"
|
||||||
if ctx.author.is_subscriber:
|
if ctx.author.is_subscriber:
|
||||||
response += "🤑"
|
response += "🤑"
|
||||||
await ctx.send(response.strip())
|
await ctx.send(response.strip())
|
||||||
|
|
Loading…
Add table
Reference in a new issue