From 88c008973044f648cf439a94299a129754140086 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 23 Mar 2024 12:16:14 +0100 Subject: Update where you can get an API key link --- cogs/src.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/src.py b/cogs/src.py index 0ec8ae0..166760e 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -455,7 +455,7 @@ class Src(commands.Cog): data = json.loads(Path("./api_keys.json").read_text()) if not str(ctx.author.id) in data: await ctx.send( - f"Please try this command again by getting an api key from https://www.speedrun.com/api/auth then do `{ctx.prefix}verify ` in my DMs or anywhere in this server. \nBe careful who you share this key with. To learn more check out https://github.com/speedruncomorg/api/blob/master/authentication.md" + f"Please try this command again by getting an api key from https://www.speedrun.com/settings/api then do `{ctx.prefix}verify ` in my DMs or anywhere in this server. \nBe careful who you share this key with. To learn more check out https://github.com/speedruncomorg/api/blob/master/authentication.md" ) return if ctx.guild != None: -- cgit v1.2.3