Enabled next and previous buttons in restoreradio.js

This commit is contained in:
Christer Warén 2021-09-05 02:13:39 +03:00
parent 2857b6886f
commit a3efdbf3cb

View File

@ -114,7 +114,6 @@ async function play(interaction, guild, client, url, Discord) {
.setCustomId('prev')
.setEmoji(client.messageEmojis["prev"])
.setStyle('SECONDARY')
.setDisabled(true)
)
.addComponents(
new Discord.MessageButton()
@ -127,7 +126,6 @@ async function play(interaction, guild, client, url, Discord) {
.setCustomId('next')
.setEmoji(client.messageEmojis["next"])
.setStyle('SECONDARY')
.setDisabled(true)
)
.addComponents(
new Discord.MessageButton()