From d212af6ac1a965d64077559a593d092e03e5ba42 Mon Sep 17 00:00:00 2001 From: Shom770 <82843611+Shom770@users.noreply.github.com> Date: Sun, 9 Jan 2022 17:25:22 -0500 Subject: sending the question is no longer accepting guesses as an ephemeral --- bot/exts/events/trivianight/_questions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/exts/events/trivianight/_questions.py b/bot/exts/events/trivianight/_questions.py index 0835d762..d729009d 100644 --- a/bot/exts/events/trivianight/_questions.py +++ b/bot/exts/events/trivianight/_questions.py @@ -46,6 +46,7 @@ class AnswerButton(Button): description="The question is no longer accepting guesses!", color=Colours.soft_red ), + ephemeral=True ) return -- cgit v1.2.3