aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-09-03 00:50:50 -0700
committerGravatar Xithrius <[email protected]>2021-09-03 00:50:50 -0700
commit97017f00ecdb70359ff8cf6f4a8fe970c6aa7ad5 (patch)
tree308724633d05c7113136b2d04d12deafbdac13ec
parentAdd an extra alias to unnominate (diff)
`Unnominate reason` to `Unnomination reason`
-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 477fff2fd..c2257c84b 100644
--- a/bot/exts/recruitment/talentpool/_cog.py
+++ b/bot/exts/recruitment/talentpool/_cog.py
@@ -541,7 +541,7 @@ class TalentPool(Cog, name="Talentpool"):
{entries_string}
End date: {end_date}
- Unnominate reason: {nomination_object["end_reason"]}
+ Unnomination reason: {nomination_object["end_reason"]}
===============
"""
)