Add ONLINE_CHECK config option

This commit is contained in:
Junior 2024-11-23 18:10:55 +00:00
parent cf11d2bbf7
commit 5c30930433

View File

@ -8,6 +8,7 @@ const config = {
ALLOW_RESTART: false, ALLOW_RESTART: false,
PRESENCE_INTERVAL: 5, PRESENCE_INTERVAL: 5,
ALLOW_COMMANDS: false, ALLOW_COMMANDS: false,
ONLINE_CHECK: true,
} }
module.exports = config; module.exports = config;