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