update example config

This commit is contained in:
Erik 2021-06-21 17:53:51 +03:00
parent 20561e8008
commit 953431032e
No known key found for this signature in database
GPG Key ID: 7E862371D3409F16

View File

@ -17,6 +17,7 @@ module.exports = {
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 modmailReminderInterval: 10, // How often the bot should send a reminder of x new modmails in queue
modmailReminderChannel: '', // channel to send reminders in modmailReminderChannel: '', // channel to send reminders in
logChannel: '', // Channel in which modmail logs are sent
clientOptions: { clientOptions: {
intents: [ // Needs at least these intents: [ // Needs at least these
'GUILDS', 'GUILDS',