Skip to content

v2.0.0

Compare
Choose a tag to compare
@markokajzer markokajzer released this 08 Mar 16:12

After a very very long wait v12 of discord.js was finally released. With it come fixes for some long standing issues.

Firstly, songs are not cut off short anymore.
Second, very short sounds are played correctly.

The new version also allowed an upgrade from Node.js version 8 to 12.6.0!
Since this is quite the upgrade, this is a breaking change.

Hallelujah!

Breaking Changes

  • The bot now needs at least Node.js v12.
  • Upgrade to Discord.js v12

Features

  • Set config variables from environment

Bugfixes

  • Fix !ignore command

Under the hood

  • Update dependencies
  • Enable incremental builds
  • Remove awilix dependency
  • Added basic CI via GitHub Actions
  • Added VSCode settings and recommended extensions for contributors