mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Enabled prev & next buttons in play command
This commit is contained in:
parent
1e24e89568
commit
2857b6886f
@ -240,7 +240,6 @@ async function play(interaction, guild, client, url, Discord) {
|
||||
.setCustomId('prev')
|
||||
.setEmoji(client.messageEmojis["prev"])
|
||||
.setStyle('SECONDARY')
|
||||
.setDisabled(true)
|
||||
)
|
||||
.addComponents(
|
||||
new Discord.MessageButton()
|
||||
@ -253,7 +252,6 @@ async function play(interaction, guild, client, url, Discord) {
|
||||
.setCustomId('next')
|
||||
.setEmoji(client.messageEmojis["next"])
|
||||
.setStyle('SECONDARY')
|
||||
.setDisabled(true)
|
||||
)
|
||||
.addComponents(
|
||||
new Discord.MessageButton()
|
||||
|
Loading…
Reference in New Issue
Block a user