6.11.1 debug 6.11.0

This commit is contained in:
SowinskiBraeden committed 2023-06-07 10:32:29 -07:00
1 parent 9e701cbaee
commit 19202326ac
3 files changed
+2 -4

No files matched your search

+1 -1
View File
@@ -2,7 +2,7 @@ const { EmbedBuilder } = require('discord.js');
const bitfieldCalculator = require('discord-bitfield-calculator'); const bitfieldCalculator = require('discord-bitfield-calculator');
module.exports = { module.exports = {
name: "admin-gamertag-link", name: "admin-gamertag-unlink",
debug: false, debug: false,
global: false, global: false,
description: "Disconnect a users gamertag for them", description: "Disconnect a users gamertag for them",
-2
View File
@@ -51,7 +51,6 @@ module.exports = {
) )
return interaction.send({ embeds: [warnGTOverwrite], components: [opt] }); return interaction.send({ embeds: [warnGTOverwrite], components: [opt] });
}
}, },
}, },
@@ -91,6 +90,5 @@ module.exports = {
} }
} }
} }
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayz-armbands", "name": "dayz-armbands",
"version": "6.11.0", "version": "6.11.1",
"description": "A General Purpose Discord Bot for DayZ Servers.", "description": "A General Purpose Discord Bot for DayZ Servers.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {