aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2020-09-08 20:09:51 +0000
committerMango0x45 <thomasvoss@live.com>2020-09-08 20:09:51 +0000
commitfbcdaa957ccdd1f61d2bda5efdfdedf5846131bc (patch)
tree4ddd10e1f3ea0ba27cbbfa40860b813269e0a808 /cogs
parent03f9a03a0e689757c26e62786b1fa928a30ea864 (diff)
parentff7b09f1136842f25b4b546efb65ebbf84fa830d (diff)
downloadsteve-bot-fbcdaa957ccdd1f61d2bda5efdfdedf5846131bc.tar
steve-bot-fbcdaa957ccdd1f61d2bda5efdfdedf5846131bc.tar.gz
steve-bot-fbcdaa957ccdd1f61d2bda5efdfdedf5846131bc.tar.bz2
steve-bot-fbcdaa957ccdd1f61d2bda5efdfdedf5846131bc.tar.lz
steve-bot-fbcdaa957ccdd1f61d2bda5efdfdedf5846131bc.tar.xz
steve-bot-fbcdaa957ccdd1f61d2bda5efdfdedf5846131bc.tar.zst
steve-bot-fbcdaa957ccdd1f61d2bda5efdfdedf5846131bc.zip
Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/src.py2
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: