diff --git a/README.md b/README.md index 5ce12ee..b8d3869 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ client.on("interactionCreate", async (interaction) => { await interaction.deferReply(); const track = await player.search(query, { requestedBy: message.author - }).then(x => x.tracks[1]); + }).then(x => x.tracks[0]); if (!track) return await interaction.followUp({ content: `❌ | Track **${query}** not found!` }); queue.play(track);