release-1.0.0
DustyP 8 years ago
parent 6e5ad99253
commit 62a58bc1ec

@ -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:

Loading…
Cancel
Save