Releases: jyao6429/quizbowl-bot
Releases · jyao6429/quizbowl-bot
Version 2.0.5
Version 2.0.4
- Limited the scoreboard to the top ten players to stay within 1024 char limit
- Fixed so the reader can force stop the match during team selection
- Fixed async issue where the match times out even though it has started
- Added better logging
Version 2.0.3
- Fixed bot no longer listening to reactions on the team selection menu if someone who is not the moderator reacts with 4️⃣
Version 2.0.2
- Fixed team selection menu deleting if someone who is not the moderator attempts to start the round
Version 2.0.1
- Added
force
argument to.stop
command in case the bot is stuck - Now cancels the team selection menu before deleting the message
- Made
.about
command more useful
Version 2.0.0
Major rewrite of core components of the quizbowl classes. New features include team matches up to 8 teams, an indicator for the current buzzer, and admin overrides of the .changereader
and .stop
commands.
- Team matches with 2-8 teams
- Teams can be roles to restrict who can join certain teams
- Team selection menu based on reactions
- A 🐝 emote indicates the current buzzer
.undo
command now undoes up to the beginning of the previous tossup- For 2 team matches, a
.csv
file of the stats will be uploaded - Administrators of a server can use the
.changereader
and.stop
commands even if they are not the reader
Version 1.1.0
- Added bonus feature
- Fixed undo command not rolling back points
Version 1.0.0
Initial release