diff options
author | 2021-05-29 09:54:10 +0530 | |
---|---|---|
committer | 2021-05-29 04:24:10 +0000 | |
commit | 6dc4dcd52d7dd697a6c0ad8a7cc941eeb1d102b7 (patch) | |
tree | e695b88d93d954096ddbe9465c694bc775636f51 | |
parent | Merge pull request #757 from python-discord/block-some-status-dog-codes (diff) |
Added "centisecond" in trivia_quiz.json (#751)
* added centisecond in json
Co-authored-by: Xithrius <[email protected]>
-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, |