This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
Releases: vasll/TaskBot
Releases · vasll/TaskBot
v0.3.0-beta
New features:
- Slash command groups
/task delete_latest
command- Automatic Google drive backups of the database
Improvements:
- Better
config.py
file structure - Added linting (flake8)
v0.2.0-beta
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
v0.0.1-beta
First beta release of TaskBot