-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb_schema.json
More file actions
69 lines (69 loc) · 2.02 KB
/
db_schema.json
File metadata and controls
69 lines (69 loc) · 2.02 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
{
"member_schema": {
"_id": 1192520668613451906,
"infractions": {
"global_ban": {
"state": false,
"reason": null,
"timestamp": 0
},
"guild_warnings": [
{
"id": "bAR51MswA",
"guild": 1192885150183329852,
"moderator": {
"id": 1192520668613451906,
"name": "snyco.dev",
"reason": "example"
},
"timestamp": 1704476383
}
],
"guild_bans": [
{
"id": "Lc95DscEa",
"guild": 1192885150183329852,
"moderator": {
"id": 1192520668613451906,
"name": "snyco.dev"
},
"reason": "also an example",
"active": false,
"timestamp": 1704476383
}
],
"disabled_guilds": [
{
"id": "8jAmr7Klw",
"guild": 1192885150183329852,
"moderator": {
"id": 1192520668613451906,
"name": "snyco.dev"
},
"reason": "yet another example",
"active": false,
"timestamp": 1704476383
}
]
}
},
"guild_schema": {
"_id": 1192885150183329852,
"premium": true,
"roles": {
"disabled": 1199899637952290816,
"member": 1192886880023347310,
"administrators": [
1192886465869402182,
1230932595148066866
],
"moderators": [
1192886374177714216
]
},
"moderation": {
"auto_ban": true
},
"join_greeting": true
}
}