diff --git a/Test/PlayMusic.cjs b/Test/PlayMusic.cjs index 25d9027e..531b8d9a 100644 --- a/Test/PlayMusic.cjs +++ b/Test/PlayMusic.cjs @@ -98,7 +98,7 @@ client.on("interactionCreate", async interaction => { player.play(resource); connection.subscribe(player); - await interaction.reply({ content: `Playing the song!${url}` }); + await interaction.reply({ content: `Playing the song: ${url}` }); } catch (error) { console.error(error); await interaction.reply({ content: "Error playing the song!" }); diff --git a/music.cjs b/music.cjs index 25d9027e..531b8d9a 100644 --- a/music.cjs +++ b/music.cjs @@ -98,7 +98,7 @@ client.on("interactionCreate", async interaction => { player.play(resource); connection.subscribe(player); - await interaction.reply({ content: `Playing the song!${url}` }); + await interaction.reply({ content: `Playing the song: ${url}` }); } catch (error) { console.error(error); await interaction.reply({ content: "Error playing the song!" });