diff options
-rw-r--r-- | bot/exts/recruitment/talentpool/_review.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/recruitment/talentpool/_review.py b/bot/exts/recruitment/talentpool/_review.py index 76d9a87db..241656853 100644 --- a/bot/exts/recruitment/talentpool/_review.py +++ b/bot/exts/recruitment/talentpool/_review.py @@ -46,7 +46,7 @@ REVIEW_SCORE_WEIGHT = 1.5 # Regex for finding the first message of a nomination, and extracting the nominee. NOMINATION_MESSAGE_REGEX = re.compile( - r"<@!?(\d+)> \(.+#\d{4}\) for Helper!\n\n", + r"<@!?(\d+)> \(.+(#\d{4})?\) for Helper!\n\n", re.MULTILINE ) |