LakeYS / Discord-Trivia-Bot

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

Delta: The Bot will give an overview of the current rules when a new round starts #195

Closed LakeYS closed 2 years ago

LakeYS commented 4 years ago

Via #189 by @Deldaflyer

LakeYS commented 4 years ago

I really like this as a way to convey the configuration to players! I'm going to revise the code syntax and wording a little bit for clarity. @Deldaflyer

LakeYS commented 4 years ago

Also need to tweak this so typing "trivia stop" still ends the game while waiting after the rules display.

I'd also like to make this work with advanced games, which is going to take some more refactoring, so stay tuned for that.

LakeYS commented 4 years ago

I'm going to merge this as-is, but it will have to remain a feature for self-hosted bots only, at least for now. I'm working on a refactor on the 2.0 branch. Advanced game integration will be easier once that is done, so I'm going to hold it up for that.