Change player interval to every 10 seconds in Play function

This commit is contained in:
Christer Warén 2023-12-21 01:57:51 +02:00
parent 3e6975316e
commit 78b176addc

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;
}
}
},2500);
},10000);
interaction?.reply({
content: client.messages.emojis["play"] + client.messages.replace(client.messages.play, {