Releases: TechWiz-3/newYearResolutionBot
Releases · TechWiz-3/newYearResolutionBot
Database Migration v6.0.0
Improvements:
- Migration to Maria DB locally
- Variable best practice implementation
- DB variable best practice implementation
- VScode
type: ignore
comments - Added a script tool that allows me to automatically update, build and deploy the bot on docker
Bug Fixes
- #6 add
db.commit()
at the start of all commands, before DB transactions - #7 finally solved this error (improved code will be revised and further improved in later v6 releases)
Documentation
v5.3.0
Improved Logical Backend Functioning
Migrated to using user ids in the back-end instead of relying on usernames
Fixed a small config_reminder channel bug
Adjusted the reminder_config command so that owners and admins can use it
Added function v3.2.0
Added an event function on_user_update
which triggers if a user updates their name and will update their entries in the SQL tables.
Bot Greatly Improved v3
Since last release here are some of the things that have been done:
- Support for all servers
- Improved security, commands can't be exploited now
- Help command is now complete and professional looking
- Background tasks optimisation
- Use of more best practises, increased comment explanations, code improved
- Error handler
- Many other improvements
Bot Slightly More Sophisticated
This release includes new commands such as clear_goals
stop_reminding
change_reminder_interval
and next_reminder
A new goals table has been created with an extra column serverId
(not used yet) and a larger datatype for the goals
column to support long goals with a lot of text.
Minimalistic Functional Bot
v1.0.01
Functional bot with small amount of commands. /help
to get started