This commit is contained in:
Louis Mazin 2026-01-28 12:30:56 +01:00
parent 136c46bf54
commit 4c804e4d39

View File

@ -113,4 +113,4 @@ client.on(Events.InteractionCreate, async interaction => {
client.login(process.env.DISCORD_TOKEN);
setInterval(()=>{update(headers,numbers,client,process.env.PALWORLD_API_TOKEN)}, 300000);
setInterval(()=>{clean(client)}, 1);
setInterval(()=>{clean(client)}, 86400000);