Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@markokajzer markokajzer released this 26 Mar 12:42
· 1 commit to main since this release

3.0.0 (2023-03-26)

Breaking changes

  • Remove deafen config option
    • This is the default behaviour for bots now, see here
  • Remove volume config option
    • This option impacts performance because the stream always has to be processed by ffmpeg, even if the volume was not changed, see here

Features

  • Add !lang command
    • Get information about the available languages
    • Change the language (equivalent to !set language en)

Bugfixes

  • Fix issue with ytdl not finding the correct format

Under the hood

  • Update to Discord.js v14
  • Handle more errors to give useful feedback
  • Refactored a whole bunch of code