diff --git a/config/config-dist.js b/config/config-dist.js index 02f05ab..0e64ad1 100644 --- a/config/config-dist.js +++ b/config/config-dist.js @@ -2,7 +2,8 @@ const config = { BOT_TOKEN: 'YOUR_BOT_TOKEN_GOES_HERE', CHANNELS_ALLOW: ['123456789012345678', '123456789012345678'], MOD_ROLE: '123456789012345678', - STAFF_ROLE: '123456789012345678' + STAFF_ROLE: '123456789012345678', + RESTART_ROLE: '123456789012345678' } module.exports = config;