diff --git a/commands/admin-gamertag-unlink.js b/commands/admin-gamertag-unlink.js index d4240db..86297ef 100644 --- a/commands/admin-gamertag-unlink.js +++ b/commands/admin-gamertag-unlink.js @@ -2,7 +2,7 @@ const { EmbedBuilder } = require('discord.js'); const bitfieldCalculator = require('discord-bitfield-calculator'); module.exports = { - name: "admin-gamertag-link", + name: "admin-gamertag-unlink", debug: false, global: false, description: "Disconnect a users gamertag for them", diff --git a/commands/gamertag-unlink.js b/commands/gamertag-unlink.js index ee3dd9f..6a502a5 100644 --- a/commands/gamertag-unlink.js +++ b/commands/gamertag-unlink.js @@ -50,8 +50,7 @@ module.exports = { .setStyle(ButtonStyle.Secondary) ) - return interaction.send({ embeds: [warnGTOverwrite], components: [opt] }); - } + return interaction.send({ embeds: [warnGTOverwrite], components: [opt] }); }, }, @@ -91,6 +90,5 @@ module.exports = { } } } - } } \ No newline at end of file diff --git a/package.json b/package.json index 2269972..2dae3bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "6.11.0", + "version": "6.11.1", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {