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