debug config

This commit is contained in:
SowinskiBraeden committed 2023-04-03 17:56:55 -07:00
1 parent 6ce6ff53c3
commit 9350647efc
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -381,7 +381,7 @@ module.exports = {
}); });
const successEmbed = new EmbedBuilder() const successEmbed = new EmbedBuilder()
.setDescription(`Successfully set <@&${roleId}> as the server admin role..`) .setDescription(`Successfully set <@&${args[0].options[0].value}> as the server admin role..`)
.setColor(client.config.Colors.Green); .setColor(client.config.Colors.Green);
return interaction.send({ embeds: [successEmbed] }); return interaction.send({ embeds: [successEmbed] });
@@ -662,7 +662,7 @@ module.exports = {
const successEmbed = new EmbedBuilder() const successEmbed = new EmbedBuilder()
.setColor(client.config.Colors.Green) .setColor(client.config.Colors.Green)
.setTitle(`Successfully ${action} <@&${roleId}> as the bot admin role.`) .setDescription(`**Successfully ${action} <@&${roleId}> as the bot admin role.**`)
return interaction.update({ embeds: [successEmbed], components: [] }); return interaction.update({ embeds: [successEmbed], components: [] });
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayz-armbands", "name": "dayz-armbands",
"version": "6.0.3", "version": "6.0.4",
"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": {