diff options
| author | 2021-06-05 16:19:08 +0100 | |
|---|---|---|
| committer | 2021-06-05 16:19:08 +0100 | |
| commit | 9b818825d3a19b43e816443003919f72611c4339 (patch) | |
| tree | 54264b9490474e62f65b64d9a6f8c3a6401da32d /bot/resources/evergreen | |
| parent | chore: Use constants instead of instance variables that don't exist (diff) | |
| parent | Merge pull request #765 from python-discord/poetry-in-docker-bug-fix (diff) | |
Merge branch 'main' into fix/attribute-errors
Diffstat (limited to 'bot/resources/evergreen')
| -rw-r--r-- | bot/resources/evergreen/trivia_quiz.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 94082849..fee1b6d7 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -435,7 +435,7 @@ { "id": 228, "question": "1/100th of a second is also termed as what?", - "answer": "a jiffy, jiffy" + "answer": "a jiffy, jiffy, centisecond" }, { "id": 229, |