A simple discord bot which creates and runs a trivia game
Bot was built using DSharpPlus for communications with the Discord API and Open Trivia Database for getting trivia questions
!trivia <number_of_questions> - Start a trivia game, number_of_questions specifies how many questions there will be, defaults to 10
!ping - pong
Paste in your discord bot API key in the config.json file and put it in the same directory as the .exe
- If the user selects all answers it will give the user a point, because the bot only checks if the correct answer is selected
CollectReactionsAsync()does not seem to work
- Ability to choose category
- Fix correct answer checking
- Ability to specify amount of questions

