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