Updated music system

This commit is contained in:
2025-03-01 21:40:35 +01:00
parent dae76df165
commit 2d21b0874f
5 changed files with 868 additions and 177 deletions

View File

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