1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Changed the description of the class to be a bit more concise

This commit is contained in:
Phxntxm 2016-07-10 13:10:14 -05:00
parent 40678f6a65
commit 5f7ab2e127

View file

@ -37,7 +37,9 @@ async def checkChannels(bot):
class Twitch:
"""Class for some twitch integration"""
"""Class for some twitch integration
You can add or remove your twitch stream for your user
I will then notify the server when you have gone live or offline"""
def __init__(self, bot):
self.bot = bot