Skip to content

Commit

Permalink
Update MoonLinkPlayer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
1Lucas1apk committed Jul 22, 2022
1 parent 9ec40e1 commit 8343d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structures/MoonLinkPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class MoonPlayer {
if (!queue) {
throw new TypeError(`[ Moonlink.Js ] queue is empty!`)
} else if (queue[0]) {
if (player[this.infos.guildId].loop == 2) {
if (player[this.infos.guildId].loop === 2) {
db.push(`queue.${this.infos.guildId}`, queue.shift())
utils.track.editCurrent(queue[0])
}
Expand Down

0 comments on commit 8343d17

Please sign in to comment.