From 4c804e4d3977ca76f04726f1aea1952cb3cc7364 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Wed, 28 Jan 2026 12:30:56 +0100 Subject: [PATCH] nice --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8567713..327af7d 100644 --- a/index.js +++ b/index.js @@ -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); \ No newline at end of file +setInterval(()=>{clean(client)}, 86400000); \ No newline at end of file