12.7.13 fix color codes

This commit is contained in:
SowinskiBraeden committed 2022-10-12 19:31:13 -07:00
1 parent 5d59368ce8
commit a12625ac29
3 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -594,7 +594,7 @@ module.exports = {
});
let successEmbed = new EmbedBuilder()
.setColor('GREEN')
.setColor(client.config.Colors.Green)
.setDescription(`Successfully set $${args[0].options[0].value.toFixed(2)} as starting balance`);
return interaction.send({ embeds: [successEmbed] });
+1 -1
View File
@@ -120,7 +120,7 @@ module.exports = {
});
const success = new EmbedBuilder()
.setColor('GREEN')
.setColor(client.config.Colors.Green)
.setDescription(`You worked your job <@&${job}> and earned $${earned}.`)
return interaction.send({ embeds: [success] })