[Timezone] They -> the

This commit is contained in:
aikaterna
2019-08-16 08:13:59 -07:00
committed by GitHub
parent fdecc629c5
commit 00eddecbd9

View File

@@ -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.")