Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Commit 1bf18cd

Browse files
committed
Update nomination end test to raw text
We no longer get these as raw emojis anymore, but rather the full discord emoji text
1 parent af5af29 commit 1bf18cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/recruitment/nominations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515

1616
# When nominations are posted manually, the Discord message box standarises the unicode emojis to :thumbsup:
17-
NOMINATION_ENDING_TEXT = "react 👍 for approval, or 👎 for disapproval*."
17+
NOMINATION_ENDING_TEXT = "react :+1: for approval, or :-1: for disapproval*."
1818

1919

2020
class Nominations(commands.Cog):

0 commit comments

Comments
 (0)