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

Fixed the :

This commit is contained in:
Phxntxm 2016-07-10 13:35:27 -05:00
parent 160e9614ab
commit c710dc153f

View file

@ -103,7 +103,7 @@ class Twitch:
config.closeConnection()
@commands.group(pass_context=True, no_pm=True, invoke_without_command=True)
async def notify(self, ctx)
async def notify(self, ctx):
"""This can be used to turn notifications on or off"""
pass