change/always hide success set bounty embed

This commit is contained in:
SowinskiBraeden committed 2023-10-25 14:30:27 -07:00
1 parent fcab94ea09
commit 153628b63c
2 files changed
+2 -3

No files matched your search

+1 -2
View File
@@ -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 </bounty view:1086786904671924267>`)
.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') {