aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar brad90four <[email protected]>2021-09-27 10:46:08 -0400
committerGravatar Chris Lovering <[email protected]>2021-10-05 16:42:51 +0100
commit11c1c25a4767086c92b7a438aaee09fb65dcfdf1 (patch)
tree7efb0a49bf0a9ed3a95209f122b29c2178a46f54 /bot
parentchore: set thumbnail image to 80x80 (diff)
chore: remove single-use constant for json path
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/utilities/color.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utilities/color.py b/bot/exts/utilities/color.py
index 57510488..6aa0c3cd 100644
--- a/bot/exts/utilities/color.py
+++ b/bot/exts/utilities/color.py
@@ -65,7 +65,7 @@ class Color(commands.Cog):
# mode is either None or an invalid code
if mode is None:
no_mode_embed = Embed(
- title="No 'mode' was passed, please define a color code.",
+ title="No mode was passed, please define a color code.",
description="Possible modes are: Name, Hex, RGB, HSV, HSL and CMYK.",
color=Colours.soft_red,
)