debug admin.js
This commit is contained in:
2 files changed
+3
-3
No files matched your search
+2
-2
@@ -157,7 +157,7 @@ module.exports = {
|
|||||||
|
|
||||||
let connectedEmbed = new EmbedBuilder()
|
let connectedEmbed = new EmbedBuilder()
|
||||||
.setColor(client.config.Colors.Default)
|
.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] })
|
return interaction.send({ embeds: [connectedEmbed] })
|
||||||
|
|
||||||
@@ -239,7 +239,7 @@ module.exports = {
|
|||||||
return interaction.send({ embeds: [banned] });
|
return interaction.send({ embeds: [banned] });
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
Interactions: {
|
Interactions: {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayz-armbands",
|
"name": "dayz-armbands",
|
||||||
"version": "8.5.0",
|
"version": "8.5.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