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