forked from Galactic/modmail
update config example
This commit is contained in:
parent
89bc056ef3
commit
20561e8008
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ logs
|
|||||||
modmail_cache
|
modmail_cache
|
||||||
persistent_cache.json
|
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
|
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
|
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
|
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: {
|
clientOptions: {
|
||||||
intents: [ // Needs at least these
|
intents: [ // Needs at least these
|
||||||
'GUILDS',
|
'GUILDS',
|
||||||
|
Loading…
Reference in New Issue
Block a user