fix sockets and remove deprecated version

This commit is contained in:
SowinskiBraeden committed 2022-05-06 22:15:25 -07:00
1 parent 424d5721b5
commit 759a1032c3
3 files changed
+1 -31

No files matched your search

-6
View File
@@ -1,6 +0,0 @@
const LinesPoliceCadBot = require('./structures/LinesPoliceCadBot');
const config = require('./config/beta-config');
const { Intents } = require('discord.js');
let client = new LinesPoliceCadBot({ intents:[Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES]}, config);
client.build()
-24
View File
@@ -1,24 +0,0 @@
module.exports = {
Dev: "DEVELOPMENT",
Version: "3.0.0 Beta",
Admins: ["362791661274660874"], // Admins of the bot
DefaultPrefix: "?",
socket: "https://police-cad-dev.herokuapp.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-cad.png",
EmbedColor: "#0099ff",
Permissions: 2205281600,
Website: "https://linespolice-cad.com",
api_url: process.env.API_URL || "",
api_token: process.env.API_TOKEN || "",
mongoURI: process.env.mongoURI || "mongodb://localhost:27017",
dbo: process.env.dbo || "knoldus",
Presence: {
status: "online", // You can show online, idle, and dnd
name: "GTA V", // The message shown
type: "PLAYING", // PLAYING, WATCHING, LISTENING, STREAMING
},
}
+1 -1
View File
@@ -3,7 +3,7 @@ module.exports = {
Version: "3.0.0", Version: "3.0.0",
Admins: ["362791661274660874"], // Admins of the bot Admins: ["362791661274660874"], // Admins of the bot
DefaultPrefix: "?", DefaultPrefix: "?",
socket: "https://linespolice-cad.com/", socket: "https://www.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