diff options
| author | 2021-10-17 13:16:24 +0100 | |
|---|---|---|
| committer | 2021-10-17 13:16:24 +0100 | |
| commit | 0631030126792f8e990ff15994927c973e17f8d4 (patch) | |
| tree | 5b470a59f56b9cdd121c329cc09f1d37dd598676 /bot/resources | |
| parent | Address review & make `AI.get_move` a staticmethod (diff) | |
| parent | Merge pull request #914 from python-discord/issue-command-fixes (diff) | |
Merge branch 'main' into fix-issue-898
Diffstat (limited to 'bot/resources')
| -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 0b3e6802..99aa5f42 100644 --- a/bot/resources/fun/trivia_quiz.json +++ b/bot/resources/fun/trivia_quiz.json @@ -440,7 +440,7 @@ { "id": 229, "question": "What is this triangle called?", - "img_url": "https://cdn.askpython.com/wp-content/uploads/2020/07/Pascals-triangle.png", + "img_url": "https://wikimedia.org/api/rest_v1/media/math/render/png/23050fcb53d6083d9e42043bebf2863fa9746043", "answer": ["Pascal's triangle", "Pascal"] }, { |