Updated music system
This commit is contained in:
@@ -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
|
||||
}]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user