aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/colour.py
diff options
context:
space:
mode:
authorGravatar bradtimmis <[email protected]>2021-11-11 17:00:18 -0500
committerGravatar bradtimmis <[email protected]>2021-11-11 17:00:18 -0500
commitc0673669de37cf350ff2c1dcca0175c0df04fc2f (patch)
treecebfa1280a4b25dcbb1007884e47ba59716482d9 /bot/exts/utilities/colour.py
parentfix: change color to Colour in comment (diff)
parentupdate: remove redundancy in docstring (diff)
Merge branch 'color-677' of github.com:brad90four/sir-lancebot into color-677
Diffstat (limited to 'bot/exts/utilities/colour.py')
-rw-r--r--bot/exts/utilities/colour.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utilities/colour.py b/bot/exts/utilities/colour.py
index a35b393d..c865859a 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)