diff --git a/commands/help.js b/commands/help.js index e56afda..a8cd64b 100644 --- a/commands/help.js +++ b/commands/help.js @@ -119,7 +119,7 @@ module.exports = { }help [Command] | Have a nice day!` ).setDescription(`${Commands.join("\n")} - Lines Police CAD Bot Version: v${client.Version}`); + Lines Police CAD Bot Version: v${client.config.Version}`); if (!args) return interaction.send(Embed); else { let cmd = diff --git a/config/beta-config.js b/config/beta-config.js index c3d7ab4..3ef76de 100644 --- a/config/beta-config.js +++ b/config/beta-config.js @@ -2,7 +2,7 @@ module.exports = { Dev: "DEVELOPMENT", Version: "3.0.0 Beta", Admins: ["362791661274660874"], // Admins of the bot - defaultPrefix: "?", + DefaultPrefix: "?", socket: "https://police-cad-dev.herokuapp.com/", SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link Token: process.env.token || "", //Discord Bot Token diff --git a/config/config.js b/config/config.js index 36f2ed2..bdae0e6 100644 --- a/config/config.js +++ b/config/config.js @@ -2,7 +2,7 @@ module.exports = { Dev: "PRODUCTION", Version: "3.0.0", Admins: ["362791661274660874"], // Admins of the bot - defaultPrefix: "?", + DefaultPrefix: "?", socket: "https://linespolice-cad.com/", SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link Token: process.env.token || "", //Discord Bot Token