diff options
author | 2021-09-03 00:50:50 -0700 | |
---|---|---|
committer | 2021-09-03 00:50:50 -0700 | |
commit | 97017f00ecdb70359ff8cf6f4a8fe970c6aa7ad5 (patch) | |
tree | 308724633d05c7113136b2d04d12deafbdac13ec | |
parent | Add an extra alias to unnominate (diff) |
`Unnominate reason` to `Unnomination reason`
-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 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"]} =============== """ ) |