fix configs

This commit is contained in:
SowinskiBraeden committed 2022-03-17 16:24:31 -07:00
1 parent 50fcd6900c
commit 2e43637d67
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
defaultPrefix: "?", defaultPrefix: "?",
socket: "https://police-cad-dev.herokuapp.com/", socket: "https://police-cad-dev.herokuapp.com/",
SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link
Token: process.env.TOKEN || "", //Discord Bot Token Token: process.env.token || "", //Discord Bot Token
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png", IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png",
EmbedColor: "#0099ff", EmbedColor: "#0099ff",
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
defaultPrefix: "?", defaultPrefix: "?",
socket: "https://linespolice-cad.com/", socket: "https://linespolice-cad.com/",
SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link
Token: process.env.TOKEN || "", //Discord Bot Token Token: process.env.token || "", //Discord Bot Token
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png", IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png",
EmbedColor: "#0099ff", EmbedColor: "#0099ff",