Open troy-johnson opened 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.
@kshitij86 Great! Either option is fine, so do whichever you prefer. Let me know if you have any questions. Thanks!
@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
?
Also, where should the questions come from, randomly from another service?
!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.