Modmail v0.1.0 - 2021-09-29
Pre-release
Pre-release
onerandomusername
released this
29 Sep 21:50
·
252 commits
to main
since this release
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
- Running the bot after configuring the env vars is now as simple as
- 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)