diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2024-03-23 11:16:14 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2024-03-23 11:16:14 +0000 |
commit | 88c008973044f648cf439a94299a129754140086 (patch) | |
tree | 3075d0070fc8912e353ae09f6f374bb557991a21 | |
parent | bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab (diff) | |
download | steve-bot-88c008973044f648cf439a94299a129754140086.tar steve-bot-88c008973044f648cf439a94299a129754140086.tar.gz steve-bot-88c008973044f648cf439a94299a129754140086.tar.bz2 steve-bot-88c008973044f648cf439a94299a129754140086.tar.lz steve-bot-88c008973044f648cf439a94299a129754140086.tar.xz steve-bot-88c008973044f648cf439a94299a129754140086.tar.zst steve-bot-88c008973044f648cf439a94299a129754140086.zip |
Update where you can get an API key link
-rwxr-xr-x | cogs/src.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <apiKey>` 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 <apiKey>` 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: |