debug admin.js

This commit is contained in:
SowinskiBraeden committed 2023-08-20 21:37:02 -07:00
1 parent 9a9973cb41
commit 2948c4bef5
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -157,7 +157,7 @@ module.exports = {
let connectedEmbed = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setDescription(`Successfully connected \` ${playerStat.gamertag} \` as <@${args[0]options[0].value}>'s gamertag.`);
.setDescription(`Successfully connected \` ${playerStat.gamertag} \` as <@${args[0].options[0].value}>'s gamertag.`);
return interaction.send({ embeds: [connectedEmbed] })
@@ -239,7 +239,7 @@ module.exports = {
return interaction.send({ embeds: [banned] });
}
},
}
},
Interactions: {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayz-armbands",
"version": "8.5.0",
"version": "8.5.1",
"description": "A General Purpose Discord Bot for DayZ Servers.",
"main": "index.js",
"nodemonConfig": {