-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
settings.json
87 lines (82 loc) · 2.56 KB
/
settings.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
{
"Roles": {
"FounderId": "964370138570842160",
"OwnerRoleId": "964370138570842159",
"CoOwnerRoleId": "964370138570842158",
"ChiefHumanResources": "964370138570842157",
"HumanResources": "964370138570842156",
"AdminRoleId": "964370138549854257",
"ModRoleId": "964370138549854255",
"ChiefSupporterRoleId": "964370138549854253",
"ChiefBotCreatorRoleId": "964370138549854252",
"BotCreatorRoleId": "964370138549854251",
"SupporterRoleId": "964370138549854250",
"NewSupporterRoleId": "964370138549854249"
},
"ticketsystem": [
{
"value": "General Help",
"description": "Get help for anything you need",
"emoji": "❓",
"type": "GENERAL"
},
{
"value": "Bot Help",
"description": "Get help for your SHOP-BOT",
"emoji": "🤖",
"type": "HELP"
},
{
"value": "Staff Application",
"description": "Apply as a Staff for nexusx",
"emoji": "<:staff:955479654028935248>",
"type": "TEAMAPPLY"
},
{
"value": "Partner Application",
"description": "Apply for a partnership with nexusx",
"emoji": "<:partner:946846491971043338>",
"type": "PARTNERAPPLY"
}
],
"ordersystem": [
{
"value": "System Bot",
"description": "6 Invites ・ 1€/30 Days ・ 4€/Year",
"emoji": "🤖",
"type": "SYSTEMBOTS"
},
{
"value": "Music Bot",
"description": "7 Invites ・ 1€/60 Days ・ 3€/Year",
"emoji": "🎵",
"type": "MusicBots"
},
{
"value": "Waitingroom Bot",
"description": "3 Invites ・ 1€/100 Days ・ 2€/Year",
"emoji": "🕓",
"type": "WAITINGROOMBOT"
},
{
"value": "Mod Mail Bot",
"description": "3 Invites ・ 1€/100 Days ・ 2€/Year",
"emoji": "📨",
"type": "MODMAILBOT"
}
],
"createbot": [
{
"value": "System Bot",
"description": "6 Invites ・ 1€/30 Days ・ 4€/Year",
"emoji": "🤖",
"bottype": "SYSTEMBOTS"
},
{
"value": "Music Bot",
"description": "7 Invites ・ 1€/60 Days ・ 3€/Year",
"emoji": "🎵",
"bottype": "MusicBots"
}
]
}