discord-flauschbot/config.json

25 lines
996 B
JSON
Raw Normal View History

2018-05-17 16:30:29 +02:00
{
2018-06-02 13:17:46 +02:00
"Token": "your login token",
"AdminID": "your user ID",
"ServerID": "the server the bot will be running on",
"RequireAccept": false,
"LockedRoleID": "the role to be given to locked users (readme)",
"WelcomeChannel": "channel for welcome messages",
"SendWelcomeDM": true,
"ModChannel": "channel for anonymous complaints",
"ComplaintReceivedMessage": "Complaint received.",
"RoleCommands": {
"!u18": "role id for users under 18",
"!18+": "role over 18",
"!18": "aliases are possible, so this could be the same role as above"
},
2018-05-26 04:23:10 +02:00
"WelcomeEmbed": {
2018-06-02 13:17:46 +02:00
"Message": "Welcome, new user. this message will be part of an embed",
"QuestionsTitle": "__Questions__",
"QuestionsText": "pls ask the mods. kthxbye",
2018-05-26 04:23:10 +02:00
"BugsTitle": "__Bugs__",
2018-06-02 13:17:46 +02:00
"BugsText": "please ask <@%s>. (this will be formatted with the AdminID above",
2018-05-26 04:23:10 +02:00
"Image": "https://static-cdn.jtvnw.net/emoticons/v1/970966/3.0"
}
2018-05-17 16:30:29 +02:00
}