From 19202326ac701de519a681d340e51417908733e4 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Wed, 7 Jun 2023 10:32:29 -0700 Subject: [PATCH] 6.11.1 debug 6.11.0 --- commands/admin-gamertag-unlink.js | 2 +- commands/gamertag-unlink.js | 4 +--- package.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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": {