diff --git a/package.json b/package.json index 4b4ee75..79d2999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayzr-bot", - "version": "9.9.2", + "version": "9.9.3", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "main": "index.js", "nodemonConfig": { diff --git a/util/AdminLogsHandler.js b/util/AdminLogsHandler.js index 4c4ca3b..0d39f8f 100644 --- a/util/AdminLogsHandler.js +++ b/util/AdminLogsHandler.js @@ -47,7 +47,7 @@ module.exports = { let combatLog = new EmbedBuilder() .setColor(client.config.Colors.Red) - .setDescription(`**NOTICE:**\n**${data.player}** has combat logged at when fighting **${data.lastHitBy}\nLocation [${pos[0]}, ${pos[1]}](https://www.izurvive.com/chernarusplussatmap/#location=${pos[0]};${pos[1]})**`); + .setDescription(`**NOTICE:**\n**${data.player}** has combat logged at when fighting **${data.lastHitBy}\nLocation [${data.pos[0]}, ${data.pos[1]}](https://www.izurvive.com/chernarusplussatmap/#location=${data.pos[0]};${data.pos[1]})**`); if (client.exists(guild.adminRole)) channel.send({ content: `<@&${guild.adminRole}>` });