Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Remove 5 second debug interval
Browse files Browse the repository at this point in the history
  • Loading branch information
kyogoi committed Oct 5, 2019
1 parent 1121f7d commit 32cef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

bot.once('ready', async () => {
db.run('UPDATE channels SET set_to_purge = 0');
setInterval(purgeAll, 5000);
setInterval(purgeAll, 1800000);
});

bot.login(config.token);
Expand Down

0 comments on commit 32cef7e

Please sign in to comment.