diff --git a/src/Commands/music/play.ts b/src/Commands/music/play.ts index 33f18cf..d9043f1 100644 --- a/src/Commands/music/play.ts +++ b/src/Commands/music/play.ts @@ -123,7 +123,7 @@ const play: Command = { .setStyle(ButtonStyle.Secondary) ) - const response = await interaction.reply({ + const response = await interaction.editReply({ content: "\`❓\` - This link seems to lead to a playlist. Do you want to load it?", components: [buttons] }) diff --git a/src/Events/Poru/PlayerDestroy.ts b/src/Events/Poru/PlayerDestroy.ts index 66322c4..96c0030 100644 --- a/src/Events/Poru/PlayerDestroy.ts +++ b/src/Events/Poru/PlayerDestroy.ts @@ -17,8 +17,6 @@ const PlayerDestroy: Event = { const embed: EmbedBuilder = (await player.messageManger.createPlayerEmbed(true))[0] const buttons = player.messageManger.createPlayerButtons(true) - console.log(embed) - const descriptionSplit = embed.data.description?.split('\n') embed.setDescription(`${descriptionSplit?.[0] ?? ''}`)