-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
43 lines (39 loc) · 922 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
require('dotenv').config()
module.exports = {
//* Bot Config
token: process.env.TOKEN,
owner: {
id: '470385774584397837',
name: "Yunus'Donatello'Acar#2804",
},
support:{
id:'844822853961777162',
logs:'845006740856897596'
},
//* Dashboard config
dashboard: {
enabled: false,
secret: "",
baseURL: "",
logs: "",
port: 8080,
expressSessionPassword: "",
failureURL: ""
},
status: [
{ name: 'Kaktüs Bot {serversCount} Sunucuda Bulunuyor', type: 'PLAYING' },
{ name: "Developed by yunusacar.dev", type: 'PLAYING' }
],
embed:{
color: "#7a0084",
footer:'Kaktüs Bot🌵'
},
prefix: "*",
//* DB
// mongoDB: 'mongodb://localhost:27017/kaktusBot',
mongoDB: process.env.DATABASE_URL,
//* info
info: {
github: 'https://github.com/yunus-acar/kaktus-bot',
}
}