tms-applications/config.json.example

83 lines
1.8 KiB
Plaintext

{
"token": "",
"database_file": "database.db",
"joinleave-logs": "",
"staff_channel": "",
"staff_msg_autodelete_time": 30,
"ticket_category": "",
"staff_ping": "@here",
"questions": [
{
"type": 1,
"components": [
{
"type": 4,
"custom_id": "question_1",
"label": "Are you a Satanist?",
"style": 1,
"required": true,
"placeholder": "Yes or No",
"min_length": 2,
"max_length": 10
},
{
"type": 4,
"custom_id": "question_2",
"label": "What does the word 'Satan' mean to you?",
"style": 1,
"required": true,
"placeholder": "Your answer",
"min_length": 5,
"max_length": 100
},
{
"type": 4,
"custom_id": "question_3",
"label": "What about Satanism is appealing to you?",
"style": 1,
"required": true,
"placeholder": "Your answer",
"min_length": 10,
"max_length": 100
},
{
"type": 4,
"custom_id": "question_4",
"label": "What is the purpose of joining this server?",
"style": 1,
"required": true,
"placeholder": "Your answer",
"min_length": 10,
"max_length": 100
},
{
"type": 4,
"custom_id": "question_5",
"label": "Are you here to learn more about non-theistic Satanism?",
"style": 1,
"required": true,
"placeholder": "Yes or No",
"min_length": 2,
"max_length": 10
},
{
"type": 4,
"custom_id": "question_6",
"label": "Are you theistic, or atheistic?",
"style": 1,
"required": true,
"placeholder": "Theistic or Atheistic",
"min_length": 5,
"max_length": 20
}
]
}
]
"auto_accept": {
"threshold": 4,
"remove_roles": [""],
"add_roles": [""],
"welcome_message": "Welcome %user%! Please be sure to read <#> and get some <#>!",
"welcome_channel": ""
}
}