From 203923de98d5063d5fa8b1951a7fb01103a66957 Mon Sep 17 00:00:00 2001 From: Shom770 <82843611+Shom770@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:03:19 -0500 Subject: change .. to ... --- bot/exts/events/trivianight/_questions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bot') diff --git a/bot/exts/events/trivianight/_questions.py b/bot/exts/events/trivianight/_questions.py index 2d337b40..d6beced9 100644 --- a/bot/exts/events/trivianight/_questions.py +++ b/bot/exts/events/trivianight/_questions.py @@ -53,7 +53,7 @@ class AnswerButton(Button): if guess[1]: await interaction.response.send_message( embed=Embed( - title="Confirming that..", + title="Confirming that...", description=f"You chose answer {self.label}.", color=Colours.soft_green ), @@ -64,7 +64,7 @@ class AnswerButton(Button): # indicates that they changed it this time around. await interaction.response.send_message( embed=Embed( - title="Confirming that..", + title="Confirming that...", description=f"You changed your answer to answer {self.label}.", color=Colours.soft_green ), @@ -120,7 +120,7 @@ class QuestionView(View): labels = ascii_uppercase[:len(self.question.answers)] answer_embed = Embed( - title=f"The correct answer for Question {self.question.number} was..", + title=f"The correct answer for Question {self.question.number} was...", description=self.question.correct ) -- cgit v1.2.3