1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00

removed an erroneous comma

This commit is contained in:
Phxntxm 2016-12-09 21:26:33 -06:00
parent e0f7260a70
commit 6383b0bced

View file

@ -123,7 +123,7 @@ class Interaction:
@commands.command(pass_context=True, no_pm=True)
@checks.custom_perms(send_messages=True)
async def avatar(self, ctx, ,member: discord.Member = None):
async def avatar(self, ctx, member: discord.Member = None):
"""Provides an image for the provided person's avatar (yours if no other member is provided)
EXAMPLE: !avatar @person