diff options
author | 2022-01-09 17:25:22 -0500 | |
---|---|---|
committer | 2022-02-09 18:13:37 -0500 | |
commit | d212af6ac1a965d64077559a593d092e03e5ba42 (patch) | |
tree | f82ed94775fcf9270d5705c81b359c2e71c4c91f /bot | |
parent | fix visited for .tn list not working (diff) |
sending the question is no longer accepting guesses as an ephemeral
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/events/trivianight/_questions.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |