pawel02 / music_bot

Music discord bot with all the functionality you'll ever want
66 stars 91 forks source link

mistake in skip command #10

Closed CHUzLEE closed 7 months ago

CHUzLEE commented 1 year ago

the vc.stop() will stop the audio, so it will call play_next method ( because of FFmpegPCMAudio "after" arugment that calls play_next) So you dont need to call the play_music method This would give an error(ClientException("Already playing audio.")), because the play_next method is already playing the music