From 7a6a4cf59dc243f6f32e5c16f51c00a9b29fef1e Mon Sep 17 00:00:00 2001 From: Michael H Date: Sun, 8 Jul 2018 16:18:53 -0400 Subject: [PATCH] typo fix (#1917) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 49242d1bb..0cc8e7d15 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -698,7 +698,7 @@ class Core(CoreLogic): """ Sets a default colour to be used for the bot's embeds. - Acceptable values cor the colour parameter can be found at: + Acceptable values for the colour parameter can be found at: http://discordpy.readthedocs.io/en/rewrite/ext/commands/api.html#discord.ext.commands.ColourConverter """