bug fix display wrong variable
This commit is contained in:
3 files changed
+3
-3
No files matched your search
+1
-1
@@ -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)
|
||||
|
||||
Reference in new issue
Block a user