🐛 Fix syntax error

This commit is contained in:
Androz2091 2020-12-27 00:20:46 +01:00
parent a2f2057d6a
commit 3caf796010

View file

@ -724,6 +724,7 @@ class Player extends EventEmitter {
// Remove the guild from the guilds list // Remove the guild from the guilds list
this.queues.delete(queue.guildID) this.queues.delete(queue.guildID)
}, this.options.leaveOnEndCooldown || 0) }, this.options.leaveOnEndCooldown || 0)
}
// Emit stop event // Emit stop event
if (queue.stopped) { if (queue.stopped) {
return this.emit('musicStop') return this.emit('musicStop')