diff --git a/.gitignore b/.gitignore index 06337ea..5346749 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ node_modules logs modmail_cache persistent_cache.json -canned_replies.json \ No newline at end of file +canned_replies.json +config - server.js diff --git a/config.example.js b/config.example.js index 2e27a27..4ced46d 100644 --- a/config.example.js +++ b/config.example.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',