Skip to content

Sentinel Tickets v1.7.0

Latest
Compare
Choose a tag to compare
@ralphkb ralphkb released this 04 Dec 12:15
· 32 commits to main since this release

New Features

  • Added new stats subcommand to adjust some of the stats, useful for example if moving from a different tickets bot.
  • Added optional time to the ticket alert slash command.
  • Added optional reason to the ticket close request command.
  • Added missing reason to the logs.txt of ticket close and delete.
  • Added alert time to the log alert embed, closed at time to the ticket delete logs and ticket delete DM embed.
  • Added new silent startup configuration option to silence most of the console logging on startup.
  • Added the ability to configure the transcript file name.
  • Added a lot more options for the ticket name per category and removed case sensitivity in the config option - thanks to @imLuckii

Fixes

  • Fix a bug with the blacklist list command when the blacklist is empty.
  • Fix a bug with counting open tickets.
  • Fix error when the user leaves with a ticket already open - thanks to @Dreamwxve

Changes & Improvements

  • Suppress console for DM related errors, instead they will be logged in logs.txt - thanks to @Dreamwxve
  • Improve handling of slash and context menu command errors.
  • Make a lot more embed fields configurable.
  • Use helper methods for some database interactions.
  • Improved the ping command.
  • Updated the help command.
  • Updated dependencies.