From 153628b63caf129b9018dc18bb620bc725091cd5 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Wed, 25 Oct 2023 14:30:27 -0700 Subject: [PATCH] change/always hide success set bounty embed --- commands/bounty.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/commands/bounty.js b/commands/bounty.js index bcf859e..ad01408 100644 --- a/commands/bounty.js +++ b/commands/bounty.js @@ -120,8 +120,7 @@ module.exports = { .setDescription(`Successfully set a **$${args[0].options[1].value.toFixed(2).toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2})}** bounty on \` ${playerStat.gamertag} \`\nThis can be viewed using `) .setColor(client.config.Colors.Green); - if (anonymous && anonymous.value) return interaction.send({ embeds: [successEmbed], flags: (1 << 6) }); - return interaction.send({ embeds: [successEmbed] }); + return interaction.send({ embeds: [successEmbed], flags: (1 << 6) }); } else if (args[0].name == 'pay') { diff --git a/package.json b/package.json index 7924586..b18d17a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayzr-bot", - "version": "11.3.0", + "version": "11.3.1", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "main": "index.js", "nodemonConfig": {