Skip to content

v1.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajstewart ajstewart released this 23 Jun 21:04
· 36 commits to dev since this release
269650c

This release of 1.0.0-alpha represents a stable version of Snorlax 0.2.0 upgraded to use the discord.py v2.0 library.

No new user facing features have been added but existing features have been ported to use the new library.

Backend and bot maintenance 'features' have been improved which include:

  • Use of alembic to manage database migrations.
  • Use of aoisqlite to async database calls.
  • Various channel checks upon deletion or guild removals to keep database tidy.
  • Moved the any raid filter to a separate cog.
  • Permissions checking and warnings for schedules.
  • Fixes for TimeChannel permissions.
  • Do not allow open and close times to be the same.
  • Changed open and close messages to embeds.
  • Code tidy and imports tidy.

v1.0.0 development will continue to migrate to slash commands and add new features.