diff --git a/src/commands/loop.js b/src/commands/loop.js index b426ef4..be368b0 100644 --- a/src/commands/loop.js +++ b/src/commands/loop.js @@ -42,7 +42,7 @@ module.exports = { }) } - if ((!player.playing && !player.paused) || !player.queue.current) { + if (!player.queue.current) { return message.channel.send({ embeds: [ new EmbedBuilder()