diff --git a/commands/location.js b/commands/location.js index fb5a6e2..4d994cb 100644 --- a/commands/location.js +++ b/commands/location.js @@ -40,7 +40,7 @@ module.exports = { let lastLocation = new EmbedBuilder() .setColor(client.config.Colors.Default) - .setDescription(`**Location - **\nYour last location was detected at **[${playerStat.pos[0]}, ${playerStat.pos[1]}](https://www.izurvive.com/chernarusplussatmap/#location=${data.pos[0]};${data.pos[1]})**`) + .setDescription(`**Location - **\nYour last location was detected at **[${playerStat.pos[0]}, ${playerStat.pos[1]}](https://www.izurvive.com/chernarusplussatmap/#location=${playerStat.pos[0]};${playerStat.pos[1]})**`) return interaction.send({ embeds: [lastLocation], flags: (1 << 6) }); }, diff --git a/package.json b/package.json index 2334858..a44f4c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "8.2.1", + "version": "8.2.2", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {