aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2021-08-30 22:51:47 +0100
committerGravatar Chris Lovering <[email protected]>2021-08-30 22:51:53 +0100
commit9ef8306c2bc8ab0285da62ba2c7c42e003f015e2 (patch)
treed0dacee9d6c54b1f9b985aea9d9089dd24810cfc
parentRename list nominated user command for clarity (diff)
Fix spelling of a TalentPool command name
-rw-r--r--bot/exts/recruitment/talentpool/_cog.py2
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",)
)