troy-johnson / discord-bot

MIT License
1 stars 6 forks source link

Feature: Trivia #9

Open troy-johnson opened 4 years ago

troy-johnson commented 4 years ago

!trivia should start a trivia game with options like number of rounds, category, etc. This can take two forms:

Option A: First to answer. Bot asks question in chat and the first user to respond with the correct answer gets the points for the question. Option B: Everyone answers in messages. Bot asks question in chat and users respond in private message to the bot. This may require some sort of chat moderation so as to prevent users from writing the answer in chat.

kshitij86 commented 4 years ago

I can implement this trivia, in Option A, we can have the bot check for the first correct answer and in B, we can tell the user to send a DM if they reply in chat and it is that type of a question.

I would love to work on this feature, please assign it to me @troy-johnson.

troy-johnson commented 4 years ago

@kshitij86 Great! Either option is fine, so do whichever you prefer. Let me know if you have any questions. Thanks!

kshitij86 commented 4 years ago

@troy-johnson How exactly are the commands structured? For example the play command, how would one invoke it? Is it !prefix play or just !play?

kshitij86 commented 4 years ago

Also, where should the questions come from, randomly from another service?