bug fix display wrong variable

This commit is contained in:
SowinskiBraeden committed 2022-09-23 16:17:24 -07:00
1 parent af81959eaa
commit dda4571bdc
3 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -83,7 +83,7 @@ module.exports = {
}
const ID = Math.floor(100000 + Math.random() * 900000);
let Description = `**Call ID** ${ID}\n\n**Caller** ${args[0].value}\n**Service** ${args[1].value}\n**Location** ${args[2].value}\n**Nature** ${args[0].value}`
let Description = `**Call ID** ${ID}\n\n**Caller** ${args[0].value}\n**Service** ${args[1].value}\n**Location** ${args[2].value}\n**Nature** ${args[3].value}`
const embed311 = new EmbedBuilder()
.setColor(client.config.Colors.Default)
+1 -1
View File
@@ -83,7 +83,7 @@ module.exports = {
}
const ID = Math.floor(100000 + Math.random() * 900000);
let Description = `**Call ID** ${ID}\n\n**Caller** ${args[0].value}\n**Service** ${args[1].value}\n**Location** ${args[2].value}\n**Nature** ${args[0].value}`
let Description = `**Call ID** ${ID}\n\n**Caller** ${args[0].value}\n**Service** ${args[1].value}\n**Location** ${args[2].value}\n**Nature** ${args[3].value}`
const embed911 = new EmbedBuilder()
.setColor(client.config.Colors.Default)
+1 -1
View File
@@ -2,7 +2,7 @@ require('dotenv').config();
module.exports = {
Dev: "PROD.",
Version: "12.4.3",
Version: "12.4.4",
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
DefaultPrefix: "?",
ServerID: "955668596745461830",