forked from Galactic/modmail
update config example
This commit is contained in:
parent
89bc056ef3
commit
20561e8008
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,4 +8,5 @@ node_modules
|
||||
logs
|
||||
modmail_cache
|
||||
persistent_cache.json
|
||||
canned_replies.json
|
||||
canned_replies.json
|
||||
config - server.js
|
||||
|
@ -15,6 +15,8 @@ module.exports = {
|
||||
saveInterval: 1, // How often modmail history should be written to file in minutes
|
||||
evalAccess: [], // Array of IDs that should have access to the bot's eval function
|
||||
anonColor: 0, // A colour value, 0 will default to the bot's highest coloured role
|
||||
modmailReminderInterval: 10, // How often the bot should send a reminder of x new modmails in queue
|
||||
modmailReminderChannel: '', // channel to send reminders in
|
||||
clientOptions: {
|
||||
intents: [ // Needs at least these
|
||||
'GUILDS',
|
||||
|
Loading…
Reference in New Issue
Block a user