From 9a53a3fa088d5809509760b7082c1cb784090499 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Thu, 16 Apr 2026 00:30:18 +0200 Subject: [PATCH] test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3c9eacd..9abfe2d 100644 --- a/index.js +++ b/index.js @@ -90,4 +90,4 @@ client.on(Events.InteractionCreate, async interaction => { client.login(process.env.DISCORD_TOKEN); -setInterval(() => { update(headers, client); }, 120000); \ No newline at end of file +setInterval(() => { update(headers, client); }, 1000); \ No newline at end of file