update config example

This commit is contained in:
Erik 2021-06-20 20:14:29 +03:00
parent 89bc056ef3
commit 20561e8008
No known key found for this signature in database
GPG Key ID: 7E862371D3409F16
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ logs
modmail_cache modmail_cache
persistent_cache.json persistent_cache.json
canned_replies.json canned_replies.json
config - server.js

View File

@ -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',