-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
58 lines (57 loc) · 1.41 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
{
"token": "token",
"version": 1,
"prefix": "&",
"debug": true,
"ownerid": "id",
"status": [
{
"type": "",
"msg": ""},
{
"type": "",
"msg": ""
}
],
"apiKeys": {
"api": "8fe53d0d-8868-478d-a18b-29de00cfa272"
},
"modmail": {
"guild": "guildid",
"enabled": true,
"category": "Tickets Support",
"rolesAllowed": [],
"color": 4784242,
"blockedUsers": [
""
]
},
"messages": {
"ticketDesc": "[p]This person need help dod",
"newTicket": "Hello Member please wait here until a staff member dm you back here! thank you",
"newTicketManual": "& is my prefix!",
"closedTicket": "If this has solved your question then I'm closing this thread at this time. Do not DM us back unless you need more help with name server!. Thanks and have a nice day!",
"blockedUserError": "You are blocked from using modmail..",
"disabled": "ModMail is currently disabled.",
"about": "Hello i am server name Modmail! I am a Discord service or Server Assistant!"
},
"snippets": [
"helo",
"",
"non"
],
"role": {
"mod": "moderator id role",
"admin": "admin id role",
"member": "members id role"
},
"loops": {
"status": true
},
"services": {
"uptime": true
},
"channel": {
"log": "channel log id"
}
}