From 848cf63fa885dc51e08d8975b0e834b272cec52d Mon Sep 17 00:00:00 2001 From: Shom770 <82843611+Shom770@users.noreply.github.com> Date: Tue, 26 Oct 2021 07:36:46 -0400 Subject: Brevity with "answer choice" Co-authored-by: Bluenix --- bot/exts/events/trivianight/_questions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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 -- cgit v1.2.3