-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
278 lines (278 loc) · 8.31 KB
/
config.json
File metadata and controls
278 lines (278 loc) · 8.31 KB
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
{
"server": {
"id": "1173625923724124200",
"parents": {
"support": "1192259091679170720",
"application": "1191668473596739685",
"nicuschtest": "1213226670522105967",
"applications": "1246912722487218268"
},
"channels": {
"internalcommunicationchat": "1173728043223765132",
"auditlog": "1232028247982608384",
"welcome": "1173625924395221014",
"application": "1242116368170745857",
"rankupdates": "1255923654664126464",
"gitranks": "1262813262660108348",
"test": "1450132793307824260"
},
"languageRoles": {
"1225861340686450799": "german",
"1230517451482202192": "english",
"1263281513076752476": "lolcat"
},
"roles": {
"opencontributor": "1173713516222480394",
"team": "1173713224387014696",
"test": "1337781515525816350"
},
"embeds": {
"colors": {
"background": "#030014",
"primary": "#030014",
"secondary": "#ffffff",
"info": "#70ffb2",
"success": "#29BF12",
"warning": "#FFBE0B",
"inprogress": "#FFBE0B",
"danger": "#D90429",
"black": "#000000",
"white": "#ffffff"
},
"footer": {
"default": "CodeZero"
}
}
},
"bot": {
"status": {
"interval": 10000,
"development": [
{
"name": "debugging",
"status": "online"
},
{
"name": "removing errors",
"status": "online"
}
],
"production": [
{
"name": "with JS",
"status": "online"
},
{
"name": "with LLM's",
"status": "online"
},
{
"name": "with flows",
"status": "online"
},
{
"name": "with CodeZero pipelines",
"status": "online"
}
]
}
},
"github": {
"orgaid": "O_kgDOCPpWOA",
"dcwebhookid": "1187288818840240128"
},
"urls": {
"code0": "https://code0.tech"
},
"commands": {
"opencontributor": {
"pr": 10,
"commits": 10,
"authTimeout": 120000
},
"ticket": {
"timeout": 300000
},
"rank": {
"upToDate15m": true,
"updateMessageDelay": 2000
},
"logs": {
"maxList": 10
},
"stats": {
"upToDate15m": true,
"updateMessageDelay": 5000
},
"leaderboard": {
"defaultListLimit": 10,
"maxNameLength": 20
},
"git": {
"autocomplete": {
"daysBefore": [
{
"days": 356,
"name": "1 Year ago"
},
{
"days": 60,
"name": "Last 2 Months"
},
{
"days": 30,
"name": "Last 30 Days"
},
{
"days": 20,
"name": "Last 20 Days"
},
{
"days": 10,
"name": "Last 10 Days"
},
{
"days": 1,
"name": "One Day ago"
}
]
}
}
},
"modules": {
"channelAutoSlowmo": {
"divSlip": -2.4,
"msgSlip": 2,
"participantsMultiplier": 1.5,
"minParticipants": 0,
"isActiveParticipant": 10000,
"slowmoAtSlip": 100,
"slowmodeInSeconds": 5,
"slowmodeTime": 900000
},
"gitRank": {
"users": {
"blackList": [
"renovate[bot]",
"Taucher2003-Bot",
"dependabot[bot]",
"code0-release-tools[bot]"
],
"blackListTag": "[bot]"
}
},
"eventPreReminder": [
{
"title": "Sprint Review",
"reminderBeforeInMinutes": [
5,
60
],
"embed": {
"title": "{title} - in {minutesRemaining} minutes",
"descriptions": {
"5": [
"Sry, leider wieder ein Meeting - Trefft eure letzten vorbereitungen",
"Trefft eure letzten vorbereitungen fürs Sprint Review",
"Meeting in kürze..."
],
"60": [
"Sry, leider wieder ein Meeting, in so einer Stunde...",
"Bereit in einer Stunde?"
],
"default": [
"Es beginnt in kürze..."
]
},
"mention": "team"
},
"invitationAcceptButtons": {
"acceptText": "Yes I am in",
"unAcceptText": "No sry"
},
"channelName": "internalcommunicationchat"
},
{
"title": "Backlog refinement and issue management",
"reminderBeforeInMinutes": [
5,
60
],
"embed": {
"title": "{title} - in {minutesRemaining} minutes",
"descriptions": {
"5": [
"Wir sehen uns gleich im Talk."
],
"60": [
"In einer Stunde im talk ok? Bisl issue management und so..."
],
"default": [
"Es beginnt in kürze..."
]
},
"mention": "team"
},
"invitationAcceptButtons": {
"acceptText": "Yes I am in",
"unAcceptText": "No sry"
},
"channelName": "internalcommunicationchat"
}
],
"messageStats": {
"debugEmojiInfoTime": 5000,
"settings": {
"maxLength": 100,
"maxXp": 10,
"xpPerChar": 0.5
},
"roles": [
{
"r": 1,
"roleId": "1450210529892241548"
},
{
"r": 5,
"roleId": "1450210475219484824"
},
{
"r": 10,
"roleId": "1450210380499517733"
},
{
"r": 15,
"roleId": "1450210240111841332"
},
{
"r": 20,
"roleId": "1450210180683010202"
},
{
"r": 25,
"roleId": "1450210086952894638"
},
{
"r": 30,
"roleId": "1450209903741239297"
},
{
"r": 40,
"roleId": "1450209444414881843"
},
{
"r": 50,
"roleId": "1450209217653772389"
}
]
},
"invites": {
"actions": {
"gift": {
"realInvites": 10,
"roleId": "1450828803826782340"
}
}
}
}
}