From 36a316f8ca27b35325ab31d575cc944a72f22c01 Mon Sep 17 00:00:00 2001 From: brad90four <42116429+brad90four@users.noreply.github.com> Date: Thu, 11 Nov 2021 17:00:05 -0500 Subject: update: remove redundancy in docstring Co-authored-by: Hedy Li --- bot/exts/utilities/colour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/utilities/colour.py') diff --git a/bot/exts/utilities/colour.py b/bot/exts/utilities/colour.py index ed69beaf..3b5c8681 100644 --- a/bot/exts/utilities/colour.py +++ b/bot/exts/utilities/colour.py @@ -80,7 +80,7 @@ class Colour(commands.Cog): """ Create an embed that displays colour information. - If no subcommand is called, a randomly selected colour will be selected and shown. + If no subcommand is called, a randomly selected colour will be shown. """ if color_input is None: await self.random(ctx) -- cgit v1.2.3