Fix playerButtons + generatePlayer

This commit is contained in:
Zachary Guénot
2023-06-15 21:27:02 +02:00
parent 30bb35c4e7
commit 3e5a4cdff2
17 changed files with 145 additions and 164 deletions

View File

@@ -5,7 +5,6 @@ module.exports = {
async execute(interaction) {
let history = useHistory(interaction.guild.id)
await history.previous()
await interaction.reply({ content: 'Musique précédente jouée !', ephemeral: true })
setTimeout(async () => { await interaction.deleteReply() }, 20000)
}
return interaction.followUp({ content: 'Musique précédente jouée !', ephemeral: true })
}
}