Tomato6966 / Musicium

An advanced Discord Music Bot with a Dashboard, using distube.js.org having an interactive button & menu system and many features! Supported Features: Spotify • YouTube • SoundCloud • Live Stream • Audio Filtering • DJ Roles • Autoplay • Autoresume • Dashboard + Live Queue • ...
https://musicium.eu
GNU General Public License v2.0
298 stars 310 forks source link

Not able to prevent bot from leaving vc #66

Closed TahaGorme closed 3 years ago

TahaGorme commented 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????????

TOXIC6163 commented 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

TahaGorme commented 3 years ago

@TOXIC6163 not working

TahaGorme commented 3 years ago

it leaves even if autoplay is on or off

iniznet commented 3 years ago

Duplicate https://github.com/Tomato6966/Musicium/issues/65#issuecomment-925520388

junny2233 commented 3 years ago

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