Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

v0.2.0-beta

Compare
Choose a tag to compare
@vasll vasll released this 29 Apr 19:54
· 15 commits to main since this release

What has changed:

  • Switched from synchronous db engine to asyncio's async_engine (SQLAlchemy)
  • Moved all queries to separate queries.py file
  • Removed timezone, by default the bot will now use UTC+0 as the default timezone

New stuff:

  • Added loop task that updates the bot's presence every 5 minutes with the number of tasks in the db
  • New database model and schemas