From 5c30930433c7603a1141a774a560263d5f575beb Mon Sep 17 00:00:00 2001 From: Junior <junior@jaj.com> Date: Sat, 23 Nov 2024 18:10:55 +0000 Subject: [PATCH] Add ONLINE_CHECK config option --- config/config-dist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config-dist.js b/config/config-dist.js index 8b6f04c..d7fd888 100644 --- a/config/config-dist.js +++ b/config/config-dist.js @@ -8,6 +8,7 @@ const config = { ALLOW_RESTART: false, PRESENCE_INTERVAL: 5, ALLOW_COMMANDS: false, + ONLINE_CHECK: true, } module.exports = config;