From 9350647efc765f3ba37079fac44656c96ac2c81c Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 3 Apr 2023 17:56:55 -0700 Subject: [PATCH] debug config --- commands/config.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/config.js b/commands/config.js index 964bbb8..3b89802 100644 --- a/commands/config.js +++ b/commands/config.js @@ -381,7 +381,7 @@ module.exports = { }); 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); return interaction.send({ embeds: [successEmbed] }); @@ -662,7 +662,7 @@ module.exports = { const successEmbed = new EmbedBuilder() .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: [] }); } diff --git a/package.json b/package.json index 700891b..ca90bd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "6.0.3", + "version": "6.0.4", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {