[Timezone] Change link for actual ISO codes

This commit is contained in:
aikaterna
2020-01-29 16:23:40 -08:00
committed by GitHub
parent 809de69ac7
commit 4eea6c02d6

View File

@@ -68,7 +68,7 @@ class Timezone(commands.Cog):
else: else:
await ctx.send( await ctx.send(
"That code isn't supported. For a full list, see here: " "That code isn't supported. For a full list, see here: "
"<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>" "<https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes>"
) )
@time.command() @time.command()