Adjust gti
This commit is contained in:
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…
x
Reference in New Issue
Block a user