Skip to content

Releases: TwiN/discord-music-bot

v1.0.3

13 Oct 00:35
Compare
Choose a tag to compare

What's Changed

  • fix(yt): Replace youtube-dl by yt-dlp by @TwiN in #4

Full Changelog: v1.0.2...v1.0.3

v1.0.2

21 Jul 03:28
012fb63
Compare
Choose a tag to compare
  • fix(docker): Add binary update step and fix build command
  • fix: Increase maximum download time from 30s to 60s

v1.0.1

05 Apr 01:38
Compare
Choose a tag to compare

Fixed breaking issue caused by video metadata response change

v1.0.0

05 Apr 00:54
Compare
Choose a tag to compare
  • Fixed breaking issue caused by video metadata response change
  • Updated to Go 1.16

v0.0.7

17 Nov 01:29
Compare
Choose a tag to compare
  • Fixed issue caused by new video metadata output payload
  • Formatted imports

v0.0.6

06 Sep 04:20
Compare
Choose a tag to compare
  • The restart command now sends SIGTERM to the kill channel instead of duplicating code for cleaning up before shutting down

v0.0.5

06 Sep 01:07
Compare
Choose a tag to compare
  • Added BOT_ADMINS environment variable
  • Added restart command (admin only)

v0.0.4

29 Aug 18:00
Compare
Choose a tag to compare
  • Added support for discord intents
  • Added janitor to clean up broken voice connections
  • Added MAXIMUM_QUEUE_SIZE environment variable
  • Automatically disconnect all voice connections on bot termination
  • Updated dependencies
  • Minor improvements

v0.0.3

20 Jun 02:21
Compare
Choose a tag to compare
  • Moved audio files in data directory
  • Automatically reconnect if the voice connection is no longer in a ready state
  • Fixed issue with bot getting stuck when worker returned an error

v0.0.2

11 Jun 01:21
Compare
Choose a tag to compare
  • Fixed a panic caused by calling !stop or !skip on a queue that didn't exist yet
  • Prefix audio file name by Unix time
  • Default MAXIMUM_AUDIO_DURATION_IN_SECONDS value is now 480
  • Deafened bot