-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.json
29 lines (29 loc) · 1012 Bytes
/
config.json
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
{
"token": "Bot Token",
"status": "Bot Status to be Displayed",
"prefix": "your-prefix-here",
"owners": ["array", "of", "discord_id", "type-snowflake"],
"embed_content": {
"title": "Support Embed Title",
"color": "00000",
"thumbnail": false,
"thumbnail_url": "Url of A PNG/GIF",
"question_1": "Required",
"question_2": "Required",
"question_3": "Required",
"question_4": "Required",
"question_5": "Required"
},
"responses": {
"response_1": "Required",
"response_2": "Required",
"response_3": "Required",
"response_4": "Required",
"response_5": "Required"
},
"log_channel_id": "Discord Channel ID(type-snowflake)",
"assistance_channel_id": "Discord Channel ID(type-snowflake)",
"assistance_role_id": "RoleID",
"Important": " Role to be Added in above field and The Further Assistance Channel will visible so create a role and set perms",
"Note": "Fill All The Above.For new Line use \n.For new TabSpace use \t.HyperLink use (text)[link] it will appear blue & clickable"
}