parent
accb355af5
commit
35fd4e663b
1 changed files with 1 additions and 1 deletions
|
@ -1130,7 +1130,7 @@ class Player extends EventEmitter {
|
||||||
async _playTrack (queue, firstPlay) {
|
async _playTrack (queue, firstPlay) {
|
||||||
if (queue.stopped) return
|
if (queue.stopped) return
|
||||||
// If there isn't next music in the queue
|
// If there isn't next music in the queue
|
||||||
if (queue.tracks.length === 1 && !queue.repeatMode && !firstPlay) {
|
if (queue.tracks.length === 1 && !queue.loopMode && !queue.repeatMode && !firstPlay) {
|
||||||
// Leave the voice channel
|
// Leave the voice channel
|
||||||
if (this.options.leaveOnEnd && !queue.stopped) {
|
if (this.options.leaveOnEnd && !queue.stopped) {
|
||||||
// Remove the guild from the guilds list
|
// Remove the guild from the guilds list
|
||||||
|
|
Loading…
Reference in a new issue