Skip to content

Commit bc4b0c4

Browse files
authored
added more feature ✅
added more feature ✅
1 parent 0c37f49 commit bc4b0c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

settings/config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
const { Colors } = require("discord.js");
2+
13
module.exports = {
24
TOKEN: process.env.TOKEN || "BOT_TOKEN",
35
PREFIX: process.env.PREFIX || "BOT_PREFIX",
46
Slash: {
57
Global: false,
68
GuildID: process.env.GuildID || "GUILD_ID",
79
},
10+
embed: {
11+
color: Colors.Blurple,
12+
wrongColor: Colors.Red,
13+
},
14+
emoji: {
15+
success: "✅",
16+
error: "❌",
17+
},
818
};

0 commit comments

Comments
 (0)