This commit is contained in:
Louis Mazin 2025-06-17 23:53:30 +02:00
parent 7024882dec
commit 18d85f8e28

View File

@ -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);