-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
17 lines (17 loc) · 860 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports = {
token: '', //Bot token
ready: 'SpeedSMM Takipçi, Beğeni Gönderme Botu!', // Bot ready message
services_name: 'SpeedSMM', //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 SpeedSMM',
ownerID: '445142958447263747',
speedsmm_api_key: '', //Speedsmm.com API Key
serverID: '', //Discord Server ID
support_team_role_id: '', //Discord Server Support Team Role ID
support_team_role_access: false, // true or false
kar_orani: '15', //Kar Oranı (15 = 15% kar)
log_channel_id: '863475268084695041', //Log Kanalı
}