aticie / ronnia

Twitch to osu!irc bot
Apache License 2.0
21 stars 1 forks source link

Fix/sub issue #35

Closed aticie closed 3 years ago

aticie commented 3 years ago

Changed condition of being subscriber from:

if message.author.is_subscriber

to:

if message.author.is_subscriber != '0'

because instead of having True False value, is_subscriber has string!!