diff --git a/Discord/cogs/random.py b/Discord/cogs/random.py index 027426553e..48c9e0db83 100644 --- a/Discord/cogs/random.py +++ b/Discord/cogs/random.py @@ -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)