diff --git a/index.js b/index.js index d9dfef0..b853796 100644 --- a/index.js +++ b/index.js @@ -70,5 +70,5 @@ client.on(Events.InteractionCreate, async interaction => { client.login(token); -setInterval(()=>{update(headers,numbers,client,palworldToken)}, 300000); +setInterval(()=>{update(headers,numbers,client,palworldToken)}, 3000); setInterval(()=>{clean(client)}, 86400000); \ No newline at end of file