diff options
| -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",)      )  |