diff options
author | 2022-12-09 23:42:41 +0530 | |
---|---|---|
committer | 2022-12-09 18:12:41 +0000 | |
commit | 24f5286de10c93ce7b098ac5571c2640f919845e (patch) | |
tree | dcecf96826d17678293ea4b077e90d4ca8fba7b5 | |
parent | Merge pull request #1161 from python-discord/dependabot/pip/certifi-2022.12.7 (diff) |
Add additional answer to a trivia question (#1160)
-rw-r--r-- | bot/resources/fun/trivia_quiz.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/fun/trivia_quiz.json b/bot/resources/fun/trivia_quiz.json index 99aa5f42..67637938 100644 --- a/bot/resources/fun/trivia_quiz.json +++ b/bot/resources/fun/trivia_quiz.json @@ -478,7 +478,7 @@ { "id": 306, "question": "A \\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_\\_ reaction is the one wherein an atom or a set of atoms is/are replaced by another atom or a set of atoms", - "answer": ["displacement", "exchange"] + "answer": ["displacement", "exchange", "substitution"] }, { "id": 307, |