2018-05-17 16:30:29 +02:00
{
2018-06-02 13:17:46 +02:00
"Token" : "your login token" ,
2018-06-10 21:32:06 +02:00
"Admins" : [
2018-06-08 17:49:37 +02:00
"your user ID" ,
"another admin ID"
2018-06-10 21:32:06 +02:00
] ,
2018-06-02 13:17:46 +02:00
"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" ,
2018-06-02 14:03:16 +02:00
"GeneralChannel" : "channel to @mention users who disabled their DMs" ,
2018-06-02 13:17:46 +02:00
"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-10 21:32:06 +02:00
"BugsText" : "please ask <@%s>. (this will be formatted with Admins[0] 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
}