From 4844820785ca2f231708c7d40011129edd649be2 Mon Sep 17 00:00:00 2001 From: DannyDB5544 <59149717+DannyDB5544@users.noreply.github.com> Date: Tue, 14 Jul 2020 14:09:48 +0100 Subject: [PATCH] It'd be smart if i corrected the help page, eh? (#96) --- scp/scp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp/scp.py b/scp/scp.py index 9827dad..7ffba0c 100644 --- a/scp/scp.py +++ b/scp/scp.py @@ -25,7 +25,7 @@ class SCP(Cog): msg = "http://www.scp-wiki.net/scp-{:03}".format(num) c = discord.Color.green() else: - msg = "You must specify a number between 1 and 4999." + msg = "You must specify a number between 1 and 5999." c = discord.Color.red() if await ctx.embed_requested():