From 7912f23bed7ddc540c46aee0ecd64c6b60daa0f4 Mon Sep 17 00:00:00 2001 From: Lakelezz <12222135+Lakelezz@users.noreply.github.com> Date: Wed, 31 Jan 2018 22:51:30 +0100 Subject: Fix customised help related docs (#267) --- src/framework/standard/create_help_command.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/framework') diff --git a/src/framework/standard/create_help_command.rs b/src/framework/standard/create_help_command.rs index aba38cc..06f9dda 100644 --- a/src/framework/standard/create_help_command.rs +++ b/src/framework/standard/create_help_command.rs @@ -156,14 +156,14 @@ impl CreateHelpCommand { self } - /// Sets the colour for the embed if an error occured. + /// Sets the colour for the embed if no error occured. pub fn embed_success_colour(mut self, colour: Colour) -> Self { self.0.embed_success_colour = colour; self } - /// Sets the colour for the embed if no error occured. + /// Sets the colour for the embed if an error occured. pub fn embed_error_colour(mut self, colour: Colour) -> Self { self.0.embed_error_colour = colour; -- cgit v1.2.3