aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkycloudd <51929172+Skycloudd@users.noreply.github.com>2020-09-05 16:49:51 +0000
committerSkycloudd <51929172+Skycloudd@users.noreply.github.com>2020-09-05 16:49:51 +0000
commit49eb461d574f31e331077e27e32d3efe05ec1f04 (patch)
tree13afcf786542ac67ff7366ddc8dfa32f28f6c83f
parentbfd239eb255c27275db4c73e66387da70922e1f8 (diff)
downloadsteve-bot-49eb461d574f31e331077e27e32d3efe05ec1f04.tar
steve-bot-49eb461d574f31e331077e27e32d3efe05ec1f04.tar.gz
steve-bot-49eb461d574f31e331077e27e32d3efe05ec1f04.tar.bz2
steve-bot-49eb461d574f31e331077e27e32d3efe05ec1f04.tar.lz
steve-bot-49eb461d574f31e331077e27e32d3efe05ec1f04.tar.xz
steve-bot-49eb461d574f31e331077e27e32d3efe05ec1f04.tar.zst
steve-bot-49eb461d574f31e331077e27e32d3efe05ec1f04.zip
fixed grammar stuff
-rwxr-xr-xcogs/src.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/src.py b/cogs/src.py
index 74390e6..bab79fb 100755
--- a/cogs/src.py
+++ b/cogs/src.py
@@ -359,7 +359,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: