Closed TahaGorme closed 3 years ago
i dont want the bot to leave vc after song ends. it should stay in vc 24/7 . how to do i????????
BY ENABLING AUTOPLAY
@TOXIC6163 not working
it leaves even if autoplay is on or off
it leaves even if autoplay is on or off
Inside index.js line 64 you can see this options emitNewSongOnly: false, leaveOnEmpty: true, <-- CHANGE THIS TO FALSE leaveOnFinish: true, <-- CHANGE THIS TO FALSE leaveOnStop: true, <-- CHANGE THIS TO FALSE
i dont want the bot to leave vc after song ends. it should stay in vc 24/7 . how to do i????????