-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
50 lines (44 loc) · 1.03 KB
/
config.js
File metadata and controls
50 lines (44 loc) · 1.03 KB
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
module.exports = {
bot: {
name: "Alias",
version: "2.13.3",
id: "1326700970066837514",
prefix: "z",
seperator: "-"
},
ready: {
status: "online",
activity: "Discord",
type: "PLAYING"
},
colorEmbed: {
success: "#00ff00",
error: "#FF0000",
warning: "#FF4433",
stop: "FFFF00",
neutral: "#FFFFFF",
asking: "#000000"
},
emojiType: {
guild: "desktop",
bot: "robot",
channel: "file_folder",
role: "label",
user: "bust_in_silhouette",
emoji: "envelope",
fun: "teddy_bear",
time: "clock12",
ai: "computer",
create: "heavy_plus_sign",
delete: "heavy_minus_sign",
move: "arrow_heading_up",
rename: "pencil2",
count: "1234",
edit: "pencil",
success: "white_check_mark",
error: "x",
warning: "warning",
stop: "stop_sign",
no: "no_entry_sign",
}
}