-
Notifications
You must be signed in to change notification settings - Fork 91
/
config.js
96 lines (96 loc) · 2.46 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
module.exports = {
emojis: {
off: "❌",
error: "⚠",
queue: "📊",
music: "🎶",
success: "✔",
report: "📞",
setup: "📝",
giveaway: "🎉",
maske: "🎭",
},
webhook: {
url: process.env.webhook_url || "",
username: process.env.webhook_username || "",
avatar: process.env.webhook_avatar || ""
},
discord: {
token: process.env.token || "",
prefix: process.env.prefix || "",
invite: "https://discord.com/oauth2/authorize?client_id={clientId}&permissions=137775017040&scope=bot%20applications.commands",
server_support: process.env.server_support || "https://discord.gg/P4XxUmebDa",
support_server_id: process.env.support_server_id || "",
status_channel_id: process.env.status_channel_id || "",
report_channel_id: process.env.report_channel_id || ""
},
activity: [
"Build by Sobhan-SRZA (mr.sinre)"
],
type: [
"WATCHING",
"COMPETING"
], // COMPETING | WATCHING | LISTENING | PLAYING | CUSTOM_STATUS | STREAMING
presence: [
"dnd",
"idle",
"online"
],
owners: [
"865630940361785345"
],
vip_role: [
"1204454699374346290"
],
colors: {
none: "#2F3136",
red: "#ff4d4d",
green: "#ddcc33",
uptime: "#51ff23",
purpledark: "#6a006a",
purplemedium: "#a958a5",
purplelight: "#c481fb",
orange: "#ffa500",
gold: "#daa520",
reddark: "#8e2430",
redlight: "#ff0000",
bluedark: "#3b5998",
cyan: "#5780cd",
bluelight: "#ace9e7",
aqua: "#33a1ee",
pink: "#ff9dbb",
greendark: "#2ac075",
greenlight: "#a1ee33",
white: "#f9f9f6",
cream: "#ffdab9"
},
filters: [
"8D",
"gate",
"haas",
"phaser",
"treble",
"tremolo",
"vibrato",
"reverse",
"karaoke",
"flanger",
"mcompand",
"pulsator",
"subboost",
"bassboost",
"vaporwave",
"nightcore",
"normalizer",
"surrounding"
]
};
/**
* @copyright
* Coded by Sobhan-SRZA (mr.sinre) | https://github.com/Sobhan-SRZA
* @copyright
* Work for Persian Caesar | https://dsc.gg/persian-caesar
* @copyright
* Please Mention Us "Persian Caesar", When Have Problem With Using This Code!
* @copyright
*/