diff options
author | Thomas Voss <57815710+Mango0x45@users.noreply.github.com> | 2020-09-05 16:54:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 16:54:28 +0000 |
commit | ff7b09f1136842f25b4b546efb65ebbf84fa830d (patch) | |
tree | b0bc1fb68e2732505a1ae97f77a6ddc446d62aff /cogs/src.py | |
parent | a6833969ea783ff58865ddd78e392d3c72977303 (diff) | |
parent | 49eb461d574f31e331077e27e32d3efe05ec1f04 (diff) | |
download | steve-bot-ff7b09f1136842f25b4b546efb65ebbf84fa830d.tar steve-bot-ff7b09f1136842f25b4b546efb65ebbf84fa830d.tar.gz steve-bot-ff7b09f1136842f25b4b546efb65ebbf84fa830d.tar.bz2 steve-bot-ff7b09f1136842f25b4b546efb65ebbf84fa830d.tar.lz steve-bot-ff7b09f1136842f25b4b546efb65ebbf84fa830d.tar.xz steve-bot-ff7b09f1136842f25b4b546efb65ebbf84fa830d.tar.zst steve-bot-ff7b09f1136842f25b4b546efb65ebbf84fa830d.zip |
Merge pull request #25 from Skycloudd/master
fixed grammar stuff
Diffstat (limited to 'cogs/src.py')
-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 e3192e7..c179a51 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -360,7 +360,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 again this command by getting an apiKey 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/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" ) return if ctx.guild != None: |