Add an option for role ID related to server restarts
This commit is contained in:
parent
a309997899
commit
44f563533e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user