🐛 Fix syntax error
This commit is contained in:
parent
a2f2057d6a
commit
3caf796010
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue