-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.example.json
137 lines (137 loc) · 3.22 KB
/
config.example.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"TOKEN": "",
"MongoURL": "",
"GameTheme": "COPS",
"Owners": [
{
"id": "",
"name": ""
}
],
"RolePoints": [
{
"points": 0,
"role": ""
},
{
"points": 100,
"role": ""
},
{
"points": 200,
"role": ""
},
{
"points": 300,
"role": ""
},
{
"points": 500,
"role": ""
},
{
"points": 700,
"role": ""
}
],
"QueueRoleIds": [
{
"voice": "",
"text": "",
"roles": [
""
]
}
],
"Categories": {
"TicketId": "1033596803624476702"
},
"Channels": {
"SupportId": "",
"RegisterId": "",
"RegisterLogId": "",
"AuditLogId": "",
"SkyLogId": "",
"MessageLogId": "",
"PointLogId": "",
"InformationId": "",
"LogsCategoryId": "",
"PenaltyChannelId": "",
"PointsUpdateId": "",
"PlayRulesId": "",
"SubmitScreenshotId": "",
"ScreenshotVerificationId": "",
"VerifiedScreenshotId": "",
"SearchPlayersId": "",
"RanksId": ""
},
"Roles": {
"DefaultRoleName": "",
"SeniorModeratorRoleId": "",
"ModeratorRoleId": "",
"RegisteredId": "",
"MuteRoleId": "",
"PingMatchId": "",
"PingSubstituteId": ""
},
"Flags": {
"Partner": "",
"Hypesquad": "",
"BugHunterLevel1": "",
"BugHunterLevel2": "",
"HypeSquadOnlineHouse1": "",
"HypeSquadOnlineHouse2": "",
"HypeSquadOnlineHouse3": "",
"PremiumEarlySupporter": "",
"CertifiedModerator": "",
"VerifiedDeveloper": "",
"NitroUser": ""
},
"PremiumTiers": {
"1": "assets/emojis/nitro_level_one.png",
"2": "assets/emojis/nitro_level_two.png",
"3": "assets/emojis/nitro_level_three.png"
},
"VerificationLevels": {
"0": "Unrestricted",
"1": "Must have verified email on account",
"2": "Must be registered on Discord for longer than 5 minutes",
"3": "Must be a member of the guild for longer than 10 minutes"
},
"ExplicitContentFilters": {
"0": "Disabled",
"1": "Anyone Without Role",
"2": "Everyone"
},
"GameMaps": {
"COPS": [
"Bureau",
"Canals",
"Grounded",
"Legacy",
"Plaza",
"Port",
"Raid",
"Soar",
"Village"
],
"R6M": [],
"VM": []
},
"GameSides": {
"COPS": [
"Coalition",
"Breach"
],
"R6M": [],
"VM": []
},
"Achievements": {
"COPS": {
"hotshot": "Gained over 800 points in the current season.",
"death_dealer": "Killed more than 1000 players in the current season.",
"sore_loser": "Lost more than 60% of the all the matches played.",
"kill_spree": "Killed over 40 players in a single match."
}
}
}