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