v1.7 - Command Improvements
What's New
- Added a new command:
trivia play hangman
. This command can be used to start hangman games more easily, without needing to go through advanced game setup. - The help command has been re-worked for readability.
- The "trivia ping" command has been removed -- it has been absorbed by "trivia help". You can now see shard and response information on the help command footer.
- Permissions errors no-longer ask for the defunct "Read messages" permission.
- Fixed admins only being able to forcibly cancel advanced game setup by typing "trivia stop". Typing "cancel" now works as well.
Changes for self-hosted instances
- Bot listing tokens have been moved to their own section in config, and now have a toggle named enable-listings.
- Added new config option,
stat-guild-recording
. This option records to stats.json when guilds are created/deleted for the bot.
- Fixed error handling for when a token has not yet been provided -- now displays the intended messages.
- Fixed "Failed to delete player answer: Cannot execute action on a DM channel" errors in DM games with auto deletion.
- Fixed
reveal-answers
config option defaulting to false if not specified in config
For more information on how to set up the new question parameters, see "Optional Configurations for Custom Questions" in the install guide: https://lakeys.net/triviabot/install.html#customQuestionsOptionals