diff options
Diffstat (limited to 'bot/exts')
| -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 73d147f0..0c81d6d3 100644 --- a/bot/exts/events/trivianight/_questions.py +++ b/bot/exts/events/trivianight/_questions.py @@ -37,7 +37,7 @@ class QuestionButton(Button):              await interaction.response.send_message(                  embed=Embed(                      title="Success!", -                    description=f"You chose answer choice {self.label}.", +                    description=f"You chose answer {self.label}.",                      color=Colours.soft_green                  ),                  ephemeral=True | 
