I've wanted a Trivia command with Nightbot for a while now. The main gist is that someone can type !trivia (or a timer can activate it), and Nightbot asks a trivia question, and after a few seconds tells the answer in another chat.
My old way of doing this was to have a command for each question (ex. !trivia1 !trivia2, and then !trivia picks a random number, and puts it after !trivia, so it chooses a random question. The questions themselves used this website to make the answer delayed a few seconds. The only problem with this: it's so time consuming. It takes about 2-3 minutes to add each trivia question, and I want hundreds, make even a thousand. I tried using a pastebin with all the questions, and have Nightbot choose a random one, but 1: I don't know how to do it right, and 2: The website mentioned earlier doesn't work for the delayed messages through pastebin (unless I'm missing soemthing).
If someone could help me, I would greatly appreciate it ^^