forked from bssr-nodes/bssr-nodes-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.json
125 lines (114 loc) · 2.4 KB
/
example.config.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
{
"join": false,
"externalPassword": "",
"db": "mongodb",
"FRProxy": {
"url": "",
"authKey": "",
"email": "",
"pass": ""
},
"CAProxy": {
"url": "",
"authKey": "",
"email": "",
"pass": ""
},
"DonatorProxy": {
"url": "",
"authKey": "",
"email": "t",
"pass": ""
},
"Ping": {
"EU": "13.72.252.246:1105",
"US": "20.45.154.1:1105"
},
"node7": {
"price": 0.5
},
"GoogleAPIKey": "UNUSED",
"DiscordBot": {
"Token": "",
"Prefix": "!",
"clientID": "1250745514606067782",
"clientSecret": "",
"callbackURL": "",
"ownerID": "569352110991343616",
"mainGuild": "1244976723800358994",
"mLogs": "",
"oLogs": "",
"modLogs": "",
"requestsChannel": "1250044011457024040",
"welcome": "1250044011457024040",
"roles": {
"member": "1250747708826976337",
"client": "1250744275566592033",
"bot": "1250747839491997726",
"staff": "1250045509868195840",
"mute": "898041752966021151"
},
"reactionRoles": {
"898041838701781013": {
"918288000071381002": {
"📣": "898041778471592027",
"♻️": "795964657239326742"
},
"918240983362183211": {
"🕹️": "760207814546817085",
"🎥": "758020921939460166",
"🎉": "765865412725440522",
"❔": "767846121195175938",
"⌛": "745358424883200210"
},
"918242254018199633": {
"🐍": "731858574162002041",
"☕": "743142812257878027",
"🖲️": "731858559276679198",
"✨": "743142559043551363"
}
},
"754441222424363088": {
"770046936957845514": {
"🔪": "772945148937109546"
}
}
}
},
"DB": {
"MongoDB": "mongodb - unused"
},
"Pterodactyl": {
"hosturl": "https://panel.bssr-nodes.com",
"apikey": "",
"apikeyclient": ""
},
"Email": {
"Host": "",
"Port": "",
"User": "",
"Password": "",
"From": ""
},
"Email2": {
"Host": "",
"Port": "",
"User": "",
"Password": "",
"From": ""
},
"Nodes": {
"Byte": "13.72.252.246",
"Pixel": "20.45.154.1"
},
"Services": {
"pteropublic": "https://panel.bssr-nodes.com",
"pteroprivate": ""
},
"Enabled": {
"NodeStats": "true",
"Welcome": "false",
"nodestatsChecker": "true",
"outageChecker": "true"
}
}