diff options
author | 2021-11-11 17:07:15 -0500 | |
---|---|---|
committer | 2021-11-11 17:07:15 -0500 | |
commit | 6b3ac76a7e5e63503bbba139538e52d23480b3fc (patch) | |
tree | 3156ca272b866a384e71eb4aa3d2ec08267e0761 /bot/exts/utilities | |
parent | fix: remove alpha values in embed for hex (diff) |
update: remove redundancy in dosctring
Diffstat (limited to 'bot/exts/utilities')
-rw-r--r-- | bot/exts/utilities/colour.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utilities/colour.py b/bot/exts/utilities/colour.py index d438fa27..6772fa1f 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) |