diff --git a/README.md b/README.md index 90bae0f..9c9f2f5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Inspired by Reddit's modmail system. 2. Clone or download this repository 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. + - You can also find more configurable options at the end of this page! 5. Install dependencies: `npm install` 6. Add bot to servers, and make sure to give it proper permissions on the mail server. 7. Run the bot: `npm start` diff --git a/config.example.json b/config.example.json index cab318a..f6887e1 100644 --- a/config.example.json +++ b/config.example.json @@ -3,9 +3,6 @@ "mailGuildId": "id of the modmail inbox guild", "mainGuildId": "id of the main server where users will DM the bot", - "prefix": "!", "status": "Message me for help!", "responseMessage": "Thank you for your message! Our mod team will reply to you here as soon as possible.", - "alwaysReply": false, - "alwaysReplyAnon": false }