discord.js icon indicating copy to clipboard operation
discord.js copied to clipboard

not emitting player.on(AudioPlayerStatus.Idle, async () => {}

Open drhuseyinunal opened this issue 1 year ago • 0 comments

Which package is this bug report for?

voice

Issue description

[email protected]

player.on(AudioPlayerStatus.Idle, async () => {}

i am using this eventHandler to play next song. But its not emitting when a song finished. This problem started 3/4 days ago....

Code sample

player.on(AudioPlayerStatus.Idle, async () => {}

Package version

14.7.1

Node.js version

v19.3.0

Operating system

No response

Priority this issue should have

High (immediate attention needed)

Which partials do you have configured?

Not applicable (subpackage bug)

Which gateway intents are you subscribing to?

Not applicable (subpackage bug)

I have tested this issue on a development release

No response

drhuseyinunal avatar Mar 09 '23 12:03 drhuseyinunal