update configs

This commit is contained in:
SowinskiBraeden committed 2022-03-17 15:33:40 -07:00
1 parent 8d5584d097
commit 63667c30b8
2 files changed
+9 -9

No files matched your search

+4 -4
View File
@@ -1,13 +1,13 @@
module.exports = {
Dev: "DEVELOPMENT",
Version: "2.0.0 Beta",
Version: "3.0.0 Beta",
Admins: ["362791661274660874"], // Admins of the bot
defaultPrefix: "?",
socket: "https://police-cad-dev.herokuapp.com/",
SupportServer: client.config.SupportServer, //Support Server Link
SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link
Token: process.env.TOKEN || "", //Discord Bot Token
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-server.png",
IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png",
EmbedColor: "#0099ff",
Permissions: 2205281600,
Website: "https://linespolice-cad.com",
@@ -19,6 +19,6 @@ module.exports = {
Presence: {
status: "online", // You can show online, idle, and dnd
name: "GTA V", // The message shown
type: "Playing", // PLAYING, WATCHING, LISTENING, STREAMING
type: "PLAYING", // PLAYING, WATCHING, LISTENING, STREAMING
},
}
+5 -5
View File
@@ -1,13 +1,13 @@
module.exports = {
Dev: "PRODUCTION",
Version: "2.0.0",
Version: "3.0.0",
Admins: ["362791661274660874"], // Admins of the bot
defaultPrefix: "?",
socket: "https://www.linespolice-cad.com/",
SupportServer: client.config.SupportServer, //Support Server Link
socket: "https://linespolice-cad.com/",
SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link
Token: process.env.TOKEN || "", //Discord Bot Token
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-server.png",
IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png",
EmbedColor: "#0099ff",
Permissions: 2205281600,
Website: "https://linespolice-cad.com",
@@ -19,6 +19,6 @@ module.exports = {
Presence: {
status: "online", // You can show online, idle, and dnd
name: "GTA V", // The message shown
type: "Playing", // PLAYING, WATCHING, LISTENING, STREAMING
type: "PLAYING", // PLAYING, WATCHING, LISTENING, STREAMING
},
}