-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.js
23 lines (21 loc) · 905 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module.exports = {
ipcServerPort: 3200,
token: "ODUyNDE5MTk1NDMzNTE3MDU2.YMGjPQ.jpiwdWUpvcNQs_lm6ubNdpKsyP8",
shardCount: 0,
statusWebhook: {
id: "860882269119578132",
token: "vMhHSi-Y04o-BNHEHH_JmPo95AOQ05hQgs8K457crOpfqCTBw_jxnXcZzko3_Q2GR0Mj"
},
addLogs: "859058872273993801",
removeLogs: "859058872273993801",
premiumLogs: "859058872273993801",
voteLogs: "859058872273993801",
discord: "https://discord.gg/ntxtVBA6re",
prefix: "+",
owners: [ "852219497763045398", "697465326383792158" ],
modRole: "861108743840333825",
premiumRole: "861108152010014790",
supportServer: "https://discord.gg/ntxtVBA6re",
sentryDSN: "XXXXXXXXXXX",
mongodb: "mongodb+srv://beta-test:[email protected]/myFirstDatabase?retryWrites=true&w=majority"
};