mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 05:00:18 +00:00
Enabled next and previous buttons in restoreradio.js
This commit is contained in:
parent
2857b6886f
commit
a3efdbf3cb
@ -114,7 +114,6 @@ async function play(interaction, guild, client, url, Discord) {
|
|||||||
.setCustomId('prev')
|
.setCustomId('prev')
|
||||||
.setEmoji(client.messageEmojis["prev"])
|
.setEmoji(client.messageEmojis["prev"])
|
||||||
.setStyle('SECONDARY')
|
.setStyle('SECONDARY')
|
||||||
.setDisabled(true)
|
|
||||||
)
|
)
|
||||||
.addComponents(
|
.addComponents(
|
||||||
new Discord.MessageButton()
|
new Discord.MessageButton()
|
||||||
@ -127,7 +126,6 @@ async function play(interaction, guild, client, url, Discord) {
|
|||||||
.setCustomId('next')
|
.setCustomId('next')
|
||||||
.setEmoji(client.messageEmojis["next"])
|
.setEmoji(client.messageEmojis["next"])
|
||||||
.setStyle('SECONDARY')
|
.setStyle('SECONDARY')
|
||||||
.setDisabled(true)
|
|
||||||
)
|
)
|
||||||
.addComponents(
|
.addComponents(
|
||||||
new Discord.MessageButton()
|
new Discord.MessageButton()
|
||||||
|
Loading…
Reference in New Issue
Block a user