In the declaration of a distube instance i put these options: const distube = new DisTube(client, { searchSongs: true, emitNewSongOnly: true, leaveOnEmpty: true, leaveOnStop: false });
I read documentation for leaveOnEmpty and it does NOT work, when i'm alone with my bot in a voice room and i leave it stays there.
In the declaration of a distube instance i put these options:
const distube = new DisTube(client, { searchSongs: true, emitNewSongOnly: true, leaveOnEmpty: true, leaveOnStop: false });
I read documentation forleaveOnEmpty
and it does NOT work, when i'm alone with my bot in a voice room and i leave it stays there.Further information: