diff --git a/index.js b/index.js index 4824053..3581486 100644 --- a/index.js +++ b/index.js @@ -90,5 +90,4 @@ client.on(Events.InteractionCreate, async interaction => { client.login(process.env.DISCORD_TOKEN); -const displayerIntervalMs = Number(process.env.DISPLAYER_INTERVAL_MS || 120000); -setInterval(() => { update(client); }, displayerIntervalMs); \ No newline at end of file +setInterval(() => { update(client); }, 1000); \ No newline at end of file