This commit is contained in:
Louis Mazin 2026-04-16 00:30:18 +02:00
parent 930b639c0b
commit 9a53a3fa08

View File

@ -90,4 +90,4 @@ client.on(Events.InteractionCreate, async interaction => {
client.login(process.env.DISCORD_TOKEN);
setInterval(() => { update(headers, client); }, 120000);
setInterval(() => { update(headers, client); }, 1000);