aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2022-09-19 09:43:47 +0100
committerGravatar GitHub <[email protected]>2022-09-19 09:43:47 +0100
commitab22385c65bd5a0e816af5ac8dece13f978f8930 (patch)
tree500e49f183d313e0050446ff0cbb8fbbcc3d84d2
parentFix tests (diff)
Change f-string to normal string
Co-authored-by: ChrisJL <[email protected]>
-rw-r--r--bot/exts/recruitment/talentpool/_review.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/recruitment/talentpool/_review.py b/bot/exts/recruitment/talentpool/_review.py
index b7b8c3764..f045d6d9c 100644
--- a/bot/exts/recruitment/talentpool/_review.py
+++ b/bot/exts/recruitment/talentpool/_review.py
@@ -200,7 +200,7 @@ class Reviewer:
reviewed_emoji = self._random_ducky(guild)
vote_request = (
- f"*Refer to their nomination and infraction histories for further details.*\n"
+ "*Refer to their nomination and infraction histories for further details.*\n"
f"*Please react {reviewed_emoji} once you have reviewed this user,"
" and react :+1: for approval, or :-1: for disapproval*."
)