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