diff options
Diffstat (limited to 'bot/exts/events/trivianight/_questions.py')
-rw-r--r-- | bot/exts/events/trivianight/_questions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/events/trivianight/_questions.py b/bot/exts/events/trivianight/_questions.py index 49fc894e..58b6abdf 100644 --- a/bot/exts/events/trivianight/_questions.py +++ b/bot/exts/events/trivianight/_questions.py @@ -84,7 +84,7 @@ class QuestionView(View): color=Colours.python_yellow ) for label, answer in zip("ABCD", self.current_question["answers"]): - question_embed.add_field(name=f"Choice {label}", value=answer, inline=False) + question_embed.add_field(name=f"Answer {label}", value=answer, inline=False) for button in self.buttons: button.set_time() |