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

Screw you pep8

This commit is contained in:
phxntxm 2016-07-11 06:01:52 -05:00
parent 03c60d0db5
commit 6f3f3dbf1b

View file

@ -48,7 +48,7 @@ class Twitch:
self.bot = bot
@commands.group(pass_context=True, no_pm=True, invoke_without_command=True)
async def twitch(self, ctx, *, member: discord.Member = None):
async def twitch(self, ctx, *, member: discord.Member=None):
"""Use this command to check the twitch info of a user"""
if member is not None:
cursor = config.getCursor()