Skip to content

Commit

Permalink
[Discord] Normalize random day command docstring quotation mark type
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 23, 2022
1 parent fcc74b5 commit 4093b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discord/cogs/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async def date_fact(self, ctx, date: str):

@commands.command()
async def day(self, ctx):
'''Random day of week'''
"""Random day of week"""
await ctx.embed_reply(random.choice(calendar.day_name))

@commands.group(case_insensitive = True, invoke_without_command = True)
Expand Down

0 comments on commit 4093b4d

Please sign in to comment.