This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
config.json
74 lines (74 loc) · 2.3 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
{
"embed": {
"author": "Support",
"description": "You may ask any questions you have about the Garlic Team.",
"color": "#fcba03",
"footer": "By Garlic Team with 💖",
"timestamp": true
},
"selectEmbed": {
"author": "Support",
"description": "Please select correct category.",
"color": "#fcba03",
"footer": "By Garlic Team with 💖",
"timestamp": true
},
"button": {
"label": "Create",
"style": "PRIMARY"
},
"alreadyTicket": "Sorry, you already have ticket.",
"categories": [
{
"value": "techsupport",
"embed": {
"open": {
"text": "{USER} Welcome!",
"author": "Support",
"description": "Support will be with you shortly.\nTo close this ticket react with :lock:",
"color": "#fcba03",
"footer": "By Garlic Team with 💖",
"timestamp": true
},
"close": {
"author": "Support",
"description": "Ticket closed by {CLOSEDBY}\nTicket created by {CREATEDBY}\n\n🔓 Reopen Ticket\n📛 Delete Ticket\n💫 Transcript Ticket",
"color": "#fcba03",
"footer": "By Garlic Team with 💖",
"timestamp": true
}
},
"menu": {
"label": "Tech Support",
"description": "We'll help you with technology",
"default": false
},
"channels": {
"category": "883640271760404520",
"closed": "850688724513849374"
},
"roles": {
"moderator": [
"777805077825060867"
]
}
},
{
"value": "gamesupport",
"menu": {
"label": "Game Support",
"description": "We'll help you with games",
"default": false
},
"channels": {
"category": "id",
"closed": "id"
},
"roles": {
"moderator": [
"id"
]
}
}
]
}