Fix playerButtons + generatePlayer
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user