Adjust gti

This commit is contained in:
Dusty.P 2018-06-02 22:01:27 -08:00
parent 6e5ad99253
commit 62a58bc1ec

View File

@ -486,7 +486,7 @@ class Utils:
f'Examples of valid time strings are in my help documentation.\n' \ f'Examples of valid time strings are in my help documentation.\n' \
f'Please try again.' f'Please try again.'
em.colour = discord.Colour.red() em.colour = discord.Colour.red()
else:
try: try:
out_tz = pytz.timezone(timezone) out_tz = pytz.timezone(timezone)
except pytz.exceptions.UnknownTimeZoneError: except pytz.exceptions.UnknownTimeZoneError: