diff options
author | 2021-08-30 22:51:47 +0100 | |
---|---|---|
committer | 2021-08-30 22:51:53 +0100 | |
commit | 9ef8306c2bc8ab0285da62ba2c7c42e003f015e2 (patch) | |
tree | d0dacee9d6c54b1f9b985aea9d9089dd24810cfc | |
parent | Rename list nominated user command for clarity (diff) |
Fix spelling of a TalentPool command name
-rw-r--r-- | bot/exts/recruitment/talentpool/_cog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/recruitment/talentpool/_cog.py b/bot/exts/recruitment/talentpool/_cog.py index 6dc36058b..c0b3f8348 100644 --- a/bot/exts/recruitment/talentpool/_cog.py +++ b/bot/exts/recruitment/talentpool/_cog.py @@ -118,7 +118,7 @@ class TalentPool(Cog, name="Talentpool"): await ctx.send("Autoreview is currently disabled") @nomination_group.command( - name="nominess", + name="nominees", aliases=("nominated", "all", "list", "watched"), root_aliases=("nominees",) ) |