Skip to content

Commit

Permalink
added more feature ✅
Browse files Browse the repository at this point in the history
added more feature ✅
  • Loading branch information
kabirjaipal authored Mar 3, 2023
1 parent 0c37f49 commit bc4b0c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
const { Colors } = require("discord.js");

module.exports = {
TOKEN: process.env.TOKEN || "BOT_TOKEN",
PREFIX: process.env.PREFIX || "BOT_PREFIX",
Slash: {
Global: false,
GuildID: process.env.GuildID || "GUILD_ID",
},
embed: {
color: Colors.Blurple,
wrongColor: Colors.Red,
},
emoji: {
success: "✅",
error: "❌",
},
};

0 comments on commit bc4b0c4

Please sign in to comment.