1
0
Fork 0
mirror of synced 2024-06-28 03:00:55 +12:00

Corrected member paramater

This commit is contained in:
Phxntxm 2016-08-08 16:35:15 -05:00
parent 0eee1bf40b
commit a0b50c880c

View file

@ -35,7 +35,7 @@ class Picarto:
@commands.group(pass_context=True, invoke_without_command=True)
@checks.customPermsOrRole(send_messages=True)
async def picarto(self, ctx, member = discord.Member):
async def picarto(self, ctx, member: discord.Member=None):
"""This command can be used to view Picarto stats about a certain member"""
member = member or ctx.message.author
picarto_urls = config.getContent('picarto') or {}