This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.json.example
72 lines (72 loc) · 2.01 KB
/
config.json.example
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
{
"bot": {
"token": "TOKEN",
"prefix": "oinkbot ",
"guild": "0000",
"channels": {
"rules": "0000",
"issues": "0000",
"botchat": "0000",
"logchannel": "0000",
"auditlogchannel": "0000",
"announcementchannel": "0000",
"contentnotifchannel": "0000"
},
"roles": {
"staff": "0000",
"admin": "0000",
"owner": "0000",
"donator": "0000",
"event": "0000",
"towny": "0000",
"factions": "0000",
"creative": "0000",
"parkour": "0000",
"minigames": "0000"
},
"messages": {
"worldroles": "0000"
},
"integrations": {
"enable": {
"mysql": true,
"trello": true
},
"mysql": {
"host": "localhost",
"user": "username",
"password": "shhh",
"database": "ob_database"
},
"trello": {
"key": "0000",
"secret": "shhh",
"lists": {
"issues": "0000"
},
"labels":{
"suggestion": "0000",
"issue": "0000"
}
},
"youtube": {
"key": "0000",
"playlistIDs": {
"lifestyle": "UUh7mi5sI3BSzKReLzXpgimA",
"devlog": "PLOny7uVQmd7FXlaZzUu29LL474yoM6i5k",
"cowdino": "PL3L3JHrBafNwB_jKc0EPe31Pdjx0dRFCv",
"vgt": "PL3L3JHrBafNwB_jKc0EPe31Pdjx0dRFCv"
},
"notifRoles": {
"lifestyle": "0000",
"devlog": "0000",
"cowdino": "0000",
"vgt": "0000"
}
}
}
},
"web": {
"secret": {"0000": level}
}
}