From 20561e8008610930c8696a9c83d1f10e1e7f6e4d Mon Sep 17 00:00:00 2001 From: Navy Date: Sun, 20 Jun 2021 20:14:29 +0300 Subject: [PATCH] update config example --- .gitignore | 3 ++- config.example.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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',