fix version display and DefaultPrefix
This commit is contained in:
1 parent
2e43637d67
commit
9c835a2503
3 files changed
+3
-3
No files matched your search
+1
-1
@@ -119,7 +119,7 @@ module.exports = {
|
|||||||
}help [Command] | Have a nice day!`
|
}help [Command] | Have a nice day!`
|
||||||
).setDescription(`${Commands.join("\n")}
|
).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);
|
if (!args) return interaction.send(Embed);
|
||||||
else {
|
else {
|
||||||
let cmd =
|
let cmd =
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ module.exports = {
|
|||||||
Dev: "DEVELOPMENT",
|
Dev: "DEVELOPMENT",
|
||||||
Version: "3.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: "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
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ module.exports = {
|
|||||||
Dev: "PRODUCTION",
|
Dev: "PRODUCTION",
|
||||||
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://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
|
||||||
|
|||||||
Reference in new issue
Block a user