mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-22 09:43:24 +00:00
Make player update less often
This commit is contained in:
parent
8ac64aaa5c
commit
3e23a64944
@ -205,7 +205,7 @@ export default async function play(client: RadioClient, interaction: ChatInputCo
|
|||||||
radio.message = await radio.textChannel?.send({ embeds: [embed], components: [buttons] }) ?? null;
|
radio.message = await radio.textChannel?.send({ embeds: [embed], components: [buttons] }) ?? null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},10000);
|
},30000);
|
||||||
|
|
||||||
interaction?.reply({
|
interaction?.reply({
|
||||||
content: client.messages.emojis["play"] + client.messages.replace(client.messages.play, {
|
content: client.messages.emojis["play"] + client.messages.replace(client.messages.play, {
|
||||||
|
Loading…
Reference in New Issue
Block a user