Add missing comma

This commit is contained in:
Junior 2024-11-22 16:59:54 +00:00
parent 66187601bf
commit 71138985be

View File

@ -4,7 +4,7 @@ const config = {
CHANNELS_ALLOW: ['123456789012345678', '123456789012345678'], CHANNELS_ALLOW: ['123456789012345678', '123456789012345678'],
MOD_ROLE: '123456789012345678', MOD_ROLE: '123456789012345678',
STAFF_ROLE: '123456789012345678', STAFF_ROLE: '123456789012345678',
RESTART_ROLE: '123456789012345678' RESTART_ROLE: '123456789012345678',
ALLOW_RESTART: false, ALLOW_RESTART: false,
PRESENCE_INTERVAL: 5 PRESENCE_INTERVAL: 5
} }