-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
95 lines (95 loc) · 4.73 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"bot": {
"info": {
"token": "BOT TOKEN HERE",
"clientInfo": {
"name": "Tickets",
"activityName": "🏹 ticketexample.com",
"activityType": "PLAYING",
"clientStatus": "idle"
}
},
"closeTicket": {
"embedTitle":"Deleting ticket",
"embedDesc": "The ticket will be deleted in 3 seconds...\nIf you need more help you can create a new ticket.",
"embedThumbnail": "https://cdn.discordapp.com/attachments/864473895049625608/872187213604065380/koH8WF8.png",
"embedColor": "0xa31a10"
},
"modules": [
{
"prefix": "support",
"creation-channelID": "870888539485790269",
"tickets-categoryID": "864626016239616013",
"rolesID": [
{"roleID": "864476652885114881"},
{"roleID": "866017913675579403"},
{"roleID": "866017969774264350"}
],
"creationEmbed": {
"embedTitle":"Support System",
"embedDesc": "This is the support system of Ticket Network, here you can contact with our staff.",
"embedThumbnail": "https://cdn.discordapp.com/attachments/864473895049625608/872187213604065380/koH8WF8.png",
"embedColor": "0x6772e3",
"embedFields": [
{
"name": "Usage information",
"value": "*To create a ticket, you must react using 📩* \n\n • The system will create a channel that can be found on the support category."
},
{
"name": "Caution",
"value": " • You should now that every staff member can access your ticket. \n • If you problem is related with someone within the staff, you should create a ticket on <#864474253609271307>"
}
]
}
},
{
"prefix": "reports",
"creation-channelID": "864474253609271307",
"tickets-categoryID": "864626082178662430",
"rolesID": [
{"roleID": "864476652885114881"}
],
"creationEmbed": {
"embedTitle":"Report System",
"embedDesc": "This is the report system of Ticket Network, here you can report any activity that is forbidden in our community.",
"embedThumbnail": "https://cdn.discordapp.com/attachments/864473895049625608/872187213604065380/koH8WF8.png",
"embedColor": "0x6772e3",
"embedFields": [
{
"name": "Usage information",
"value": "*To create a ticket, you must react using 📩* \n\n • The system will create a channel that can be found on the reports category."
},
{
"name": "Caution",
"value": " • This tickets can only be accessed by the High Staff. \n • If you need help with something else, you should create a ticket on <#870888539485790269>"
}
]
}
},
{
"prefix": "appeal",
"creation-channelID": "864474275762929694",
"tickets-categoryID": "864626100566360075",
"rolesID": [
{"roleID": "864476652885114881"}
],
"creationEmbed": {
"embedTitle":"Appeal System",
"embedDesc": "This is the appeal system of Ticket Network, here you can apply for a second chance in our community.",
"embedThumbnail": "https://cdn.discordapp.com/attachments/864473895049625608/872187213604065380/koH8WF8.png",
"embedColor": "0x6772e3",
"embedFields": [
{
"name": "Usage information",
"value": "*To create a ticket, you must react using 📩* \n\n • The system will create a channel that can be found on the appeal category."
},
{
"name": "Caution",
"value": " • This tickets can only be accessed by the High Staff. \n • If you need help with something else, you should create a ticket on <#870888539485790269>"
}
]
}
}
]
}
}