discord-music-player: [BUG]

Bug Description 🐛 bot leaves the vc early

Reproduction Steps Steps to reproduce the behavior:

        {
            deafenOnJoin: true,
            leaveOnEmpty: true,
            leaveOnEnd: true,
            leaveOnStop: true,
            quality: 'high',
            timeout: 15000,
            volume: 150,
        }
  1. play song
  2. make it end (stop, skip, wait)

Expected Result it should leave after 15 seconds smh my head

Versioning:

  • OS: Windows 13
  • NPM Version: 50.0.0
  • (looks like node version isn’t required here)
  • Module Version: 8.0.0-dev9

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 31 (13 by maintainers)

Most upvoted comments

This issue was fixed and pushed into v8.0.0 😃 https://www.npmjs.com/package/discord-music-player

I see what’s wrong, it does not coppy the passed data + custom data.

The stop timeout also works now, with my change.