From 4eea6c02d6a4f4d997d16131b5f832840c63e25f Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Wed, 29 Jan 2020 16:23:40 -0800 Subject: [PATCH] [Timezone] Change link for actual ISO codes --- timezone/timezone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timezone/timezone.py b/timezone/timezone.py index aaf3404..d8907b7 100644 --- a/timezone/timezone.py +++ b/timezone/timezone.py @@ -68,7 +68,7 @@ class Timezone(commands.Cog): else: await ctx.send( "That code isn't supported. For a full list, see here: " - "" + "" ) @time.command()