diff --git a/cogs/twitch.py b/cogs/twitch.py index 06caa39..dd7e53f 100644 --- a/cogs/twitch.py +++ b/cogs/twitch.py @@ -49,7 +49,7 @@ class Twitch: def __init__(self, bot): self.bot = bot - @commands.group(pass_context=True, no_pm=True, invoke_without_command=True) + @commands.group(no_pm=True, invoke_without_command=True) async def twitch(self, *, member: discord.Member=None): """Use this command to check the twitch info of a user""" if member is not None: