Remove some options from example config. Instead, mention the list of extra options in the install instructions.

master
Miikka Virtanen 2017-09-22 22:46:18 +03:00
parent b2d9c93f43
commit adffd52c2e
2 changed files with 1 additions and 3 deletions

View File

@ -10,6 +10,7 @@ Inspired by Reddit's modmail system.
2. Clone or download this repository 2. Clone or download this repository
3. Create a Discord server to be used as the modmail inbox 3. Create a Discord server to be used as the modmail inbox
4. Make a copy of the file `config.example.json` in the same folder and name the copy `config.json`. Open the file and fill in the values. 4. Make a copy of the file `config.example.json` in the same folder and name the copy `config.json`. Open the file and fill in the values.
- You can also find more configurable options at the end of this page!
5. Install dependencies: `npm install` 5. Install dependencies: `npm install`
6. Add bot to servers, and make sure to give it proper permissions on the mail server. 6. Add bot to servers, and make sure to give it proper permissions on the mail server.
7. Run the bot: `npm start` 7. Run the bot: `npm start`

View File

@ -3,9 +3,6 @@
"mailGuildId": "id of the modmail inbox guild", "mailGuildId": "id of the modmail inbox guild",
"mainGuildId": "id of the main server where users will DM the bot", "mainGuildId": "id of the main server where users will DM the bot",
"prefix": "!",
"status": "Message me for help!", "status": "Message me for help!",
"responseMessage": "Thank you for your message! Our mod team will reply to you here as soon as possible.", "responseMessage": "Thank you for your message! Our mod team will reply to you here as soon as possible.",
"alwaysReply": false,
"alwaysReplyAnon": false
} }