From 6f3f3dbf1ba8fa9f95c02e33d293bec3d2591d13 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Mon, 11 Jul 2016 06:01:52 -0500 Subject: [PATCH] Screw you pep8 --- cogs/twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/twitch.py b/cogs/twitch.py index b8b8d5a..420bbe4 100644 --- a/cogs/twitch.py +++ b/cogs/twitch.py @@ -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()