-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
29 lines (29 loc) · 1015 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
module.exports = {
token: "TOKEN", //Bot Token
mongodb: "MONGO URL", //MongoDB URL
ready: ["by FastUptime","by Egehan","ticket bot system."], //Bot Ready Messages
ready_event_loop_time: 300000, //Bot Ready Event Loop Time
embed: {
error: "FF0000", //Embed Error Color
success: "00FF00", //Embed Success Color
info: "0000ff", //Embed Info Color
warning: "ffff00" //Embed Warning Color
},
footer: {
text: "2022-2023 MoonVo All Rights Reserved.", //Footer Text
icon: "https://www.technopat.net/sosyal/data/avatars/o/472/472796.jpg?1648288120" //Footer Icon
},
roles: {
supporter: "1069586139272458334",
},
ticket: {
embed_title: "Ticket System",
embed_description: "Click to Create Ticket",
embed_color: "BLUE",
button_name: "Create Ticket!",
ticket_log_channel: "1070210372746883153"
},
modal: {
modal_title: "Ticket System",
}
}