MadnessExpress / BruhBot

A ruby based Discord bot made with Discordrb
GNU General Public License v3.0
4 stars 2 forks source link

Trivia #17

Open Esjitu opened 8 years ago

Esjitu commented 8 years ago

Truly inspired by the IRC triviabots of yore, but Discord's BooBot has a very good example of this.

The ability to run trivia games with a !trivia command. Ideally, the bot owner would be able to specify their own trivia questions and answers via config file, or linking to an external one.

Topic would be specified by keyword, ex. !trivia movies would run movie trivia while !trivia history would be historical questions. If users can add their own trivia it could be anything they desire, from sports to anime to gaming to even community-specific dank memes.

Should be able to specify the number of questions ala !trivia 5 or !trivia 100 (if the number specified is higher than the number of questions available, just use the maximum). By default just running !trivia [topic] should output 10 questions.

The ability to run !triviastop at any time to cancel trivia is a must.

Multiple possible correct answers to account for potential differences in spelling and formatting would be ideal, as seen below.

bruhbot4