6.11.1 debug 6.11.0
This commit is contained in:
3 files changed
+3
-5
No files matched your search
@@ -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",
|
||||
|
||||
@@ -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 = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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": {
|
||||
|
||||
Reference in new issue
Block a user