diff options
-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 df3f237a..73d147f0 100644 --- a/bot/exts/events/trivianight/_questions.py +++ b/bot/exts/events/trivianight/_questions.py @@ -15,7 +15,7 @@ class CurrentQuestion(TypedDict): number: str description: str - answers: list + answers: list[str] correct: str |