From 00eddecbd911fa07dfab6b837c00157959614338 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Fri, 16 Aug 2019 08:13:59 -0700 Subject: [PATCH] [Timezone] They -> the --- timezone/timezone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timezone/timezone.py b/timezone/timezone.py index ee4ed67..7f1e730 100644 --- a/timezone/timezone.py +++ b/timezone/timezone.py @@ -137,7 +137,7 @@ class Timezone(commands.Cog): time = time.strftime(fmt) await ctx.send( f"{user.name}'s current timezone is: **{usertime}**\n" - f"They current time is: {str(time)}" + f"The current time is: {str(time)}" ) else: await ctx.send("That user hasn't set their timezone.")