From 17f8170e4679471c94ad9eb76f1209841dff4aff Mon Sep 17 00:00:00 2001 From: unknown <89595418+unknownsrc@users.noreply.github.com> Date: Fri, 12 May 2023 20:45:55 +0200 Subject: [PATCH] check on boot --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 526dbc1..cbeae64 100644 --- a/index.js +++ b/index.js @@ -126,6 +126,7 @@ channelQueue.process(10, async function (job, done) { await redis.del(c.channel) }) +check() setInterval(() => { check() }, 300000) \ No newline at end of file