-
Notifications
You must be signed in to change notification settings - Fork 3
/
tiers.json
52 lines (52 loc) · 1.04 KB
/
tiers.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
{
"tiers": {
"patron1": {
"name": "Wspierający 1 zł",
"badge": null,
"listMention": true
},
"patron5": {
"name": "Patron",
"badge": {
"colors": ["#616161"],
"texts": ["Patron"]
},
"listMention": true
},
"patron10": {
"name": "Patron+",
"badge": {
"colors": ["#64FFDA", "#E91E63", "#3F51B5", "#8BC34A", "#FF5722"],
"texts": ["Patron+", "Śmieszek", "Prawak", "Lewak"]
},
"listMention": true
},
"patron20": {
"name": "Patron++",
"badge": {
"colors": ["#616161"],
"texts": "custom",
"textMaxLength": 8
},
"listMention": true
},
"patron50": {
"name": "Patron#",
"badge": {
"colors": [
"#64FFDA",
"#E91E63",
"#3F51B5",
"#8BC34A",
"#FF5722",
"#795548",
"#FF9800",
"#673AB7"
],
"texts": "custom",
"textMaxLength": 20
},
"listMention": true
}
}
}