diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..51e2020 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,74 @@ + + + + + + + Twitch Quizzer Documentation + + + + +
+

Twitch Quizzer Information

+

Made by: Oliver Akins

+
+
+
+

Commands

+

+ All of the commands are moderator-only +

+

+ !start - Starts the quiz, this must be the first command + ran in the chat, before this is ran, the bot will NOT keep track + of any votes. +

+

+ !next - This tells the bot to move to the next question in + the quiz. This also says how many people got the previous question correct. + Once there are no more questions in the quiz, this will send a message + in Discord with additional statistics for Ray to use and then stop the + quiz, meaning that !start would need to be re-ran for the + quiz. +

+
+
+
+

How to answer the question

+

+ Just put the letter surrounded by parenthesis anywhere in your chat + message. The letter is also case-insensitive, so you can use either + the upper or lowercase letter. Below are some examples of + VALID chat votes. +
+
+ I'm going to vote for (a) +
+ (D) +
+ maybe I'll vote for (a), but maybe also (b) (this will + count the first vote it finds, so only the "A" vote will count) +
+ (C) because I have no idea +
+
+ Below is some examples of INVALID chat votes: +
+ ( no you ) +
+ (1) +
+ (u) +
+ () +
+ (ab) +

+
+ + \ No newline at end of file