Skip to content

Releases: vb2007/discordbot

v3.0.1

22 Dec 17:53
158e611
Compare
Choose a tag to compare

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

22 Dec 15:04
53971ae
Compare
Choose a tag to compare

v3.0

Welcome messages, logging, bridging, other useful features alongside these automations.

What's Changed

New features

  • Welcome system: #9
  • Logging system: #21
  • Bridging system: #19

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

02 Oct 18:49
986cb24
Compare
Choose a tag to compare

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

22 Sep 16:22
8973b74
Compare
Choose a tag to compare

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 alongside config.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

  • Economy:
    • (still) /shop: #41
    • (still) /buy: #43
    • /beg: #57
  • Administration (new category):
  • Utility:
  • Fun:
    • /911-countdown: #63

Other changes:

  • Subcategory option for the /help command: #27
  • Bugfix for /balance: #35

Full Changelog: v2.1-beta...v2.2

v2.1

07 Aug 05:22
630370a
Compare
Choose a tag to compare

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 the helpers 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

25 May 14:11
Compare
Choose a tag to compare

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

05 May 20:49
71fa517
Compare
Choose a tag to compare

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.