Skip to content

Modmail v0.1.0 - 2021-09-29

Pre-release
Pre-release
Compare
Choose a tag to compare
@onerandomusername onerandomusername released this 29 Sep 21:50
· 252 commits to main since this release
df4badc

v0.2.0 - 2021-09-29

Added

  • Interaction Paginator that uses discord buttons (#50)
  • docker-compose.yml (#13)
    • Running the bot after configuring the env vars is now as simple as docker-compose up
  • Automatic docker image creation: ghcr.io/discord-modmail/modmail (#19)
  • Dockerfile support for all supported hosting providers. (#58)
  • Errors no longer happen silently and notify the user when they make a mistake. (#77)

Changed

  • Refactored bot creation and bot running (#56)
    • Running the bot is still the same method, but it loads extensions and plugins now.
    • bot.start() can also be used if already in a running event loop. Keep in mind using it will require
      handling loop errors, as run() does this automatically.

Internal

  • Code style: two blank lines after imports instead of one. (#70)