From 49eb461d574f31e331077e27e32d3efe05ec1f04 Mon Sep 17 00:00:00 2001 From: Skycloudd <51929172+Skycloudd@users.noreply.github.com> Date: Sat, 5 Sep 2020 18:49:51 +0200 Subject: fixed grammar stuff --- cogs/src.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/src.py') 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 ` 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 ` 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