Releases: vb2007/discordbot
Releases · vb2007/discordbot
v4.2.1
v4.2.0
v4.1.2
v4.1.1
v4.1
v4.0.1
What's Changed
- Merge dev-tough-cookie-refactor to Dev by @vb2007 in #141
- Merge dev-nodejs-deprecation-fix to Dev by @vb2007 in #142
- Merge dev-cig to Dev by @vb2007 in #143
- Merge Dev to Main by @vb2007 in #144
- Merge dev-nodejs-version-fix to Dev by @vb2007 in #146
- Merge dev-logging-improvements to Dev by @vb2007 in #149
- Merge Dev to Main by @vb2007 in #150
Full Changelog: v4.0...v4.0.1
v4.0
v3.1
v3.1
What's Changed
New features
- Goodbye system: #94
- Added a script that automatically updates the commands on the bot's GitHub wiki page
- Added a script that automatically adds new command to the database, so they can be reachable from the
/helpcommand- Updated command data checking unit test based on the two changes above
- Configurable economy command cooldowns from
config.json: #115
New commands
/blackjack: #30/slowmode: #84/coinflipwas made an economy command, and original coinflip got turned into/coinflip-fun: #113/goodbye-configure: #94/goodbye-disable: #94
Bugfixes
- Fixed issue with
/roulettegiving 3x amount on win - Fixed issue with
/roulettenever landing on green: #120 - Fixed issue with users being able to input zero or negative amounts when using the
/depositand/withdrawcommands: #119
Other changes
- Moved the project's code files into a
/srcfolder: #95 - Better code quality: repeated code blocks got their helper functions
- Typo fixes, normalized embed responses
- Updated the
config.json.examplefile with new, relevant example configuration options and comments
Planned for next release
- Authentication commands: #81
- Adding a pull request template: #89
- Economy responses randomly read from a predefined JSON file: #111
Full Changelog: v3.0.1...v3.1
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
/helpcommand: #100 - Fixed db issues with
/pay: #99 - Other hotfixes with the db and the
/depositcommand
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-slowmodecommand: #84
Full Changelog: v2.3...v3.0