ramirez/config.example.json

10 lines
410 B
JSON
Raw Normal View History

2017-02-10 00:19:14 -05:00
{
"token": "your bot token",
"mailGuildId": "id of the modmail inbox server",
2017-05-01 05:14:28 -04:00
"mainGuildId": "id of the main server where users will DM the bot",
"logChannelId": "id of the channel on the inbox server where notifications of new logs etc. will be posted",
2017-05-01 05:14:28 -04:00
"status": "Message me for help!",
2017-09-22 16:18:03 -04:00
"responseMessage": "Thank you for your message! Our mod team will reply to you here as soon as possible."
2017-02-10 00:19:14 -05:00
}