python-discord / sir-lancebot

A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
MIT License
240 stars 240 forks source link

New trivia questions #1459

Closed jonathan-d-zhang closed 6 months ago

jonathan-d-zhang commented 7 months ago

Description

Add more trivia questions. Format is `- question - 'answer' or 'answer2' (note)

Science

CS

Python

Reasoning

Currently, there are so few questions that frequent users can memorize all the answers. Adding more questions will help alleviate this problem. (And now I will know all the answers evil laugh)

Proposed Implementation

Modify sir-lancebot/bot/resources/fun/trivia_quiz.json with the new questions.

Additional Details

Would you like to implement this yourself?

wookie184 commented 7 months ago

Approved + assigned