diff --git a/commands/utility/download.js b/commands/utility/download.js
index 3a3845b..6e4194b 100644
--- a/commands/utility/download.js
+++ b/commands/utility/download.js
@@ -62,6 +62,11 @@ export default {
 				options.reverse();
 			}
 
+			if (options.length < 2) {
+				await interaction.deleteReply();
+				return interaction.followUp({ content: '❌ There is no other quality option for this video!', ephemeral: true });
+			}
+
 			const row = new MessageActionRow()
 				.addComponents(
 					new MessageSelectMenu()