Skip to content

Releases: vb2007/discordbot

v4.2.1

22 Nov 21:19
40fbed5

Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

18 Nov 23:44
7ec2cb9

Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.2.0

v4.1.2

26 Oct 01:29
a52d2b4

Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

19 Oct 13:33
33249f6

Choose a tag to compare

What's Changed

Full Changelog: v4.1...v4.1.1

v4.1

18 Oct 22:30
0874f83

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1

v4.0.1

13 Oct 20:03
ddd8e8e

Choose a tag to compare

What's Changed

Full Changelog: v4.0...v4.0.1

v4.0

21 Sep 00:06
da3ff4b

Choose a tag to compare

v4.0

What's Changed

New features

  • Integrated the Darwin video scraping & distributing process: #133
  • Improved Darwin's features: #135
  • Rewritten config commands: #137

Other changes

  • Improved welcome / goodbye messages: #126
  • Improved logging logic: #128

Full Changelog: v3.1...v4.0

v3.1

14 Feb 22:42
f6d8f57

Choose a tag to compare

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 /help command
    • 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
  • /coinflip was made an economy command, and original coinflip got turned into /coinflip-fun: #113
  • /goodbye-configure: #94
  • /goodbye-disable: #94

Bugfixes

  • Fixed issue with /roulette giving 3x amount on win
  • Fixed issue with /roulette never landing on green: #120
  • Fixed issue with users being able to input zero or negative amounts when using the /deposit and /withdraw commands: #119

Other changes

  • Moved the project's code files into a /src folder: #95
  • Better code quality: repeated code blocks got their helper functions
  • Typo fixes, normalized embed responses
  • Updated the config.json.example file 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

22 Dec 17:53
158e611

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

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