From 70535d039948cbd347b09068a40232cb147fdaa8 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sat, 2 Jun 2018 22:11:10 -0800 Subject: [PATCH] Adjust gti --- exts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/utils.py b/exts/utils.py index 7ce394c..db30c78 100644 --- a/exts/utils.py +++ b/exts/utils.py @@ -483,7 +483,7 @@ class Utils: except ValueError: em.title = 'Can\' parse time.' em.description = f'For some reason I can\'t parse this time string: \n' \ - f'{orig_time} {time} {in_time}' \ + f'{orig_time} {time} {parsed_tz}' \ f'Examples of valid time strings are in my help documentation.\n' \ f'Please try again.' em.colour = discord.Colour.red()