From dda4571bdc4836de2da02d976047a57d655653eb Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 23 Sep 2022 16:17:24 -0700 Subject: [PATCH] bug fix display wrong variable --- commands/311.js | 2 +- commands/911.js | 2 +- config/config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/311.js b/commands/311.js index 5545b8e..a7c2740 100644 --- a/commands/311.js +++ b/commands/311.js @@ -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) diff --git a/commands/911.js b/commands/911.js index 5abce38..0a7c9d5 100644 --- a/commands/911.js +++ b/commands/911.js @@ -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) diff --git a/config/config.js b/config/config.js index 4948fe1..cd5c408 100644 --- a/config/config.js +++ b/config/config.js @@ -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",