-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
16 lines (16 loc) · 759 Bytes
/
config.js
File metadata and controls
16 lines (16 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module.exports = {
token: '', //Bot token
ready: 'FastUptime Bayi Bot', // Bot ready message
services_name: 'FastUptime', //Servis ismi
embed_color: '#2596be', //Color Name, Hex, RGB, HEX Examples: RED, #FF0000, rgb(255, 0, 0)
setActivity_type: 'WATCHING', // WATCHING, LISTENING, STREAMING, PLAYING
setStatus_type: 'dnd', // online, idle, dnd, invisible
mongo_url: 'mongodb://localhost:27017/', //MongoDB url
embed_footer: 'Team FastUptime', //Embed footer
ownerID: '445142958447263747',
fast_uptime_apikey: '', //Fastuptime.com API Key
serverID: '', //Discord Server ID
free_limit: 1, //Free limit
premium_limit: 10, //Premium limit
log_channel_id: '863475268084695041', //Log Kanalı
}