LakeYS / Discord-Trivia-Bot

TriviaBot: Play trivia in Discord! Powered by discord.js and OpenTDB, with 24 categories and three modes of play.
Apache License 2.0
84 stars 39 forks source link

Detect when users type the answer to a question, especially for true/false questions (e.g. if they type 'true' or 'false) #17

Closed LakeYS closed 5 years ago

LakeYS commented 7 years ago

Note: Ensure that the answer typed is the only content in the message, so strings like 'I think the answer is true?' are not counted.

EDIT: This idea is being scrapped for the time being.