aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
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 d7fff503..c4df3e10 100644
--- a/bot/exts/utilities/color.py
+++ b/bot/exts/utilities/color.py
@@ -32,7 +32,7 @@ class Color(commands.Cog):
self.bot = bot
@commands.command(aliases=["colour"])
- async def color(self, ctx: commands.Context, mode: str, user_color: str) -> None:
+ async def color(self, ctx: commands.Context, mode: str, *, user_color: str) -> None:
"""Send information on input color code or color name."""
logger.info(f"{mode = }")
logger.info(f"{user_color = }")