Revert "Updated music system"

This reverts commit 2d21b0874f.
This commit is contained in:
2025-03-02 01:48:43 +01:00
parent 2d21b0874f
commit 55d7b21322
5 changed files with 182 additions and 873 deletions

View File

@@ -20,10 +20,9 @@ const cmd: SubCommand = async (interaction) => {
}
if (amount > queue.size) {
queue.delete()
await interaction.editReply({
embeds: [{
description: "Skipped all songs in the queue",
description: `There are only ${queue.size} song${queue.size === 1 ? "" : "s"} in the queue`,
color: embedColor
}]
})