From 89f1b3406cb773c87ce1fabf6b71bd0b41f21af5 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Thu, 16 Apr 2026 01:09:37 +0200 Subject: [PATCH] test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 07ff2e9..b5d5a79 100644 --- a/index.js +++ b/index.js @@ -95,5 +95,5 @@ client.on(Events.InteractionCreate, async interaction => { client.login(process.env.DISCORD_TOKEN); -const displayerIntervalMs = Number(process.env.DISPLAYER_INTERVAL_MS || 120000); +const displayerIntervalMs = Number(process.env.DISPLAYER_INTERVAL_MS || 1000); setInterval(() => { update(client); }, displayerIntervalMs); \ No newline at end of file