diff --git a/src/commands/music/play.ts b/src/commands/music/play.ts index 8705aeb..3f54775 100644 --- a/src/commands/music/play.ts +++ b/src/commands/music/play.ts @@ -119,7 +119,7 @@ export default { }) .then((x) => x); - if (!result.tracks[0]) { + if (result.isEmpty()) { const embed = new EmbedBuilder().setDescription(`❌ | \`${query}\` ${loc.get("c_play4")}.`); return await interaction.followUp({ embeds: [embed] }); }