1
0
Fork 0
mirror of synced 2024-06-10 22:54:33 +12:00

Removed multiple instance of no_pm in paramaters

This commit is contained in:
Phxntxm 2016-07-16 06:44:09 -05:00
parent 63f00b76ec
commit e5fd4f00c5

View file

@ -49,7 +49,7 @@ class Twitch:
config.closeConnection()
await asyncio.sleep(30)
@commands.group(no_pm=True, invoke_without_command=True, no_pm=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: