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;