Releases: vb2007/discordbot
Releases · vb2007/discordbot
v3.0.1
v3.0.1
Hotfixes for issues with /help
and economy commands.
What's Changed
- Fixed the issue where the bot couldn't display any content after running the
/help
command: #100 - Fixed db issues with
/pay
: #99 - Other hotfixes with the db and the
/deposit
command
Full Changelog: v3.0...v3.0.1
v3.0
v3.0
Welcome messages, logging, bridging, other useful features alongside these automations.
What's Changed
New features
New commands
/translate
: #18/welcome-configure
: #9/welcome-disable
: #9/logging-configure
: #21/logging-disable
: #21/bridge-configure
: #19/bridge-disable
: #19
Other changes
- Added the option for logging every single message the bot sees into a local table
- Made the table creation script handle multiple SQL queries: #85
- Fixed role display bug with
/autorole-configure
: #86 - Added a security policy: #88
- Added a contribution guide: #38
- Renamed SQL tables
- Optimizations
Planned for next release
- Fixing known bugs: #99 , #100
- Moving the commands to the wiki page: #90
- Making the goodbye system: #94
- Making the
/set-slowmode
command: #84
Full Changelog: v2.3...v3.0
v2.3
v2.3
Some new commands, features and minor changes.
What's Changed
New commands:
Other changes:
- Fixed bugs / added feature to
/leaderboard
: #69 , #70 - Fixed bug with
/balance
: #35 - Made the bot run as a systemd service in the background on Linux servers + added documentation for it: #49
- Made
/leaderboard
and the whole economy system work correctly across servers - Fixed typos in issue templates
- Other minor changes
See #79 for more details.
Full Changelog: v2.2...v2.3
v2.2
v2.2
The first stable release of this project.
What's Changed
New commands:
Other changes:
- Added the bank system to the economy commands
- Used
.env
alongsideconfig.json
- Made sidebar embed color configurable from the
config.json
file - Added example config.json and
.env
files - Optimized every command with the
command-helper
- Optimized
index.js
and other critical parts of the project - Made
package.json
somewhat useful - Made error handling better
- Updated issue templates
Planned for next release:
New commands
Other changes:
Full Changelog: v2.1-beta...v2.2
v2.1
v2.1-beta
What's Changed
- Added unit test(s) with jest, and GitHub workflows for running it automatically.
- Stabilized application: "handling" connection & database error, low Discord API responses.
- Added issue templates.
- Added / updated other documentations.
- Added
helpers
folder for better code readibility. - Added
/ping-db
command: #23 - Added economy commands:
- Added "Delete button" under the
/purge
command's embed reply: #20 - Rewritten & placed
db.js
to thehelpers
folder. - Other smaller modifications, features
Planned for next release:
- New economy commands:
- Improved documentation.
- Bugfixes.
- Other smaller command, application improvements.
Full Changelog: v2.0-beta...v2.1-beta
v2.0-beta
v2.0-beta
Second release (with a database).
- New administration command folder has been created.
- The autorole function has been added.
- A MariaDB database has been connected.
- Logging is refactored.
- Main documentation has been rewritten partially.
- New documentation has been added for helping with MariaDB setup.
- More minor fixes / additions.
Planned for next release:
- A toggleable economy system that works across servers.
- More fun / utility commands.
- Better error handling.
Why is it a new "main" version?
- Since I've added a database for the bot to use, I consider this as a major update to the application.
v1.0-beta
v1.0-beta
First release.
- All commands are working, ready for usage.
- Errors are handled on both client & server side.
- Some errors might occur, but fatal ones are handled.
Planned for next release:
- Using MongoDB or MySQL for storing user data.
- Adding additional commands.