From 63667c30b89b97a89fa2d41edb162698627f66f1 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Thu, 17 Mar 2022 15:33:40 -0700 Subject: [PATCH] update configs --- config/beta-config.js | 8 ++++---- config/config.js | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/beta-config.js b/config/beta-config.js index 736fb5c..dc756bc 100644 --- a/config/beta-config.js +++ b/config/beta-config.js @@ -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 }, } diff --git a/config/config.js b/config/config.js index aba7568..a4fdd92 100644 --- a/config/config.js +++ b/config/config.js @@ -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 }, }