welcome users, gamertag link, other general modifications

This commit is contained in:
SowinskiBraeden committed 2023-03-20 13:47:37 -07:00
1 parent d55096e7e1
commit 972c16557a
15 files changed
+402 -48

No files matched your search

+3 -2
View File
@@ -2,7 +2,7 @@ const package = require('../package.json');
require('dotenv').config();
module.exports = {
Dev: "PROD.",
Dev: process.env.Dev || "DEV.",
Version: package.version, // (major).(feature).(revision/bug/refactoring)
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
ServerID: "1050215624053374976",
@@ -17,7 +17,8 @@ module.exports = {
IconURL: "",
Colors: {
Default: "#8a7c72",
Red: "#ba0f0f",
DarkRed: "#ba0f0f",
Red: "#f55c5c",
Green: "#32a852",
Yellow: "#ffb01f"
},