aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/events/trivianight/_questions.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/events/trivianight/_questions.py')
-rw-r--r--bot/exts/events/trivianight/_questions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/events/trivianight/_questions.py b/bot/exts/events/trivianight/_questions.py
index 8f2f5571..f433baa8 100644
--- a/bot/exts/events/trivianight/_questions.py
+++ b/bot/exts/events/trivianight/_questions.py
@@ -217,7 +217,7 @@ class Questions:
for question in self.questions:
formatted_string += f"`Q{question['number']}: {question['description']}" \
f"{' ' * (spaces - len(question['description']) + 2)}" \
- f"|` {':x:' if not question.get('visited') else ':checkmark:'}\n"
+ f"|` {':x:' if not question.get('visited') else ':white_check_mark:'}\n"
return formatted_string.strip()