Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab authored Aug 24, 2020
1 parent a61206f commit f28eed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bot = commands.Bot(command_prefix="!")
vac_api = vacefron.Client()

@bot.command()
async def rank(ctx, member: discord.Member):
async def rank(ctx, member: discord.Member = None):
member = member or ctx.author
with open("ranks.json") as f:
ranks = json.load(f)
Expand Down

0 comments on commit f28eed5

Please sign in to comment.