-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappeal_questions.json
More file actions
30 lines (30 loc) · 1.45 KB
/
appeal_questions.json
File metadata and controls
30 lines (30 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"user_denylist": [
{
"question": "Why should I undenylist you?",
"char_limit": 4000,
"long_prompt": "Explain in as much or as little detail as you want why I should remove you from the denylist. The character limit is 4000, but that does not mean you need to write a whole essay. BE CONCISE (unless you don't need to be)",
"style": 2
}
],
"guild_denylist": [
{
"question": "What is your Guild ID?",
"char_limit": 100,
"long_prompt": "Enter *only* your GUILD ID, which is also your server ID, so I can understand and know what guild you're appealing for. You must enter an integer or it won't be accepted by my bot",
"style": 1
},
{
"question": "Why can you file this for your guild?",
"char_limit": 4000,
"long_prompt": "Explain in as much or as little detail as you want why you have the authority to submit this appeal on behalf of your guild/server. The character limit is 4000, but that does not mean you need to write a whole essay. Be concise if all other things are equal",
"style": 2
},
{
"question": "Why should I undenylist your guild?",
"char_limit": 4000,
"long_prompt": "Explain why I should undenylist your guild. Things you can include is how you've improved or changes in my rules, etc. The character limit is 4000, but you don't need to write a whole essay. Be concise (sometimes a single sentence is enough!)",
"style": 2
}
]
}