update configs
This commit is contained in:
1 parent
8d5584d097
commit
63667c30b8
2 files changed
+9
-9
No files matched your search
@@ -1,13 +1,13 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
Dev: "DEVELOPMENT",
|
Dev: "DEVELOPMENT",
|
||||||
Version: "2.0.0 Beta",
|
Version: "3.0.0 Beta",
|
||||||
Admins: ["362791661274660874"], // Admins of the bot
|
Admins: ["362791661274660874"], // Admins of the bot
|
||||||
defaultPrefix: "?",
|
defaultPrefix: "?",
|
||||||
socket: "https://police-cad-dev.herokuapp.com/",
|
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
|
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-server.png",
|
IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png",
|
||||||
EmbedColor: "#0099ff",
|
EmbedColor: "#0099ff",
|
||||||
Permissions: 2205281600,
|
Permissions: 2205281600,
|
||||||
Website: "https://linespolice-cad.com",
|
Website: "https://linespolice-cad.com",
|
||||||
@@ -19,6 +19,6 @@ module.exports = {
|
|||||||
Presence: {
|
Presence: {
|
||||||
status: "online", // You can show online, idle, and dnd
|
status: "online", // You can show online, idle, and dnd
|
||||||
name: "GTA V", // The message shown
|
name: "GTA V", // The message shown
|
||||||
type: "Playing", // PLAYING, WATCHING, LISTENING, STREAMING
|
type: "PLAYING", // PLAYING, WATCHING, LISTENING, STREAMING
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
+5
-5
@@ -1,13 +1,13 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
Dev: "PRODUCTION",
|
Dev: "PRODUCTION",
|
||||||
Version: "2.0.0",
|
Version: "3.0.0",
|
||||||
Admins: ["362791661274660874"], // Admins of the bot
|
Admins: ["362791661274660874"], // Admins of the bot
|
||||||
defaultPrefix: "?",
|
defaultPrefix: "?",
|
||||||
socket: "https://www.linespolice-cad.com/",
|
socket: "https://linespolice-cad.com/",
|
||||||
SupportServer: client.config.SupportServer, //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-server.png",
|
IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png",
|
||||||
EmbedColor: "#0099ff",
|
EmbedColor: "#0099ff",
|
||||||
Permissions: 2205281600,
|
Permissions: 2205281600,
|
||||||
Website: "https://linespolice-cad.com",
|
Website: "https://linespolice-cad.com",
|
||||||
@@ -19,6 +19,6 @@ module.exports = {
|
|||||||
Presence: {
|
Presence: {
|
||||||
status: "online", // You can show online, idle, and dnd
|
status: "online", // You can show online, idle, and dnd
|
||||||
name: "GTA V", // The message shown
|
name: "GTA V", // The message shown
|
||||||
type: "Playing", // PLAYING, WATCHING, LISTENING, STREAMING
|
type: "PLAYING", // PLAYING, WATCHING, LISTENING, STREAMING
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in new issue
Block a user