diff options
author | 2021-11-10 08:40:46 -0500 | |
---|---|---|
committer | 2021-11-10 08:40:46 -0500 | |
commit | f2735273ceb7a2eabf3beee93e1ed21635b4bfd0 (patch) | |
tree | bb7153601e8d20e13c6176052c24a2c139a066e3 | |
parent | test: UI/UX updates, not tested yet (diff) |
test: return after default random invocation
-rw-r--r-- | bot/exts/utilities/colour.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/utilities/colour.py b/bot/exts/utilities/colour.py index 259e3394..e0607bf5 100644 --- a/bot/exts/utilities/colour.py +++ b/bot/exts/utilities/colour.py @@ -80,6 +80,7 @@ class Colour(commands.Cog): """User initiated command to create an embed that displays colour information.""" if color_input is None: await self.random() + return if ctx.invoked_subcommand: return |