Make player update less often

This commit is contained in:
Christer Warén 2024-04-30 22:50:36 +03:00
parent 8ac64aaa5c
commit 3e23a64944

View File

@ -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, {