diff --git a/commands/admin.js b/commands/admin.js index 7afa3fb..c32d8d0 100644 --- a/commands/admin.js +++ b/commands/admin.js @@ -157,7 +157,7 @@ module.exports = { let connectedEmbed = new EmbedBuilder() .setColor(client.config.Colors.Default) - .setDescription(`Successfully connected \` ${playerStat.gamertag} \` as <@${args[0]options[0].value}>'s gamertag.`); + .setDescription(`Successfully connected \` ${playerStat.gamertag} \` as <@${args[0].options[0].value}>'s gamertag.`); return interaction.send({ embeds: [connectedEmbed] }) @@ -239,7 +239,7 @@ module.exports = { return interaction.send({ embeds: [banned] }); } - }, + } }, Interactions: { diff --git a/package.json b/package.json index b5c30d5..9711ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "8.5.0", + "version": "8.5.1", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {