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() let successEmbed = new EmbedBuilder()
.setColor('GREEN') .setColor(client.config.Colors.Green)
.setDescription(`Successfully set $${args[0].options[0].value.toFixed(2)} as starting balance`); .setDescription(`Successfully set $${args[0].options[0].value.toFixed(2)} as starting balance`);
return interaction.send({ embeds: [successEmbed] }); return interaction.send({ embeds: [successEmbed] });
+1 -1
View File
@@ -120,7 +120,7 @@ module.exports = {
}); });
const success = new EmbedBuilder() const success = new EmbedBuilder()
.setColor('GREEN') .setColor(client.config.Colors.Green)
.setDescription(`You worked your job <@&${job}> and earned $${earned}.`) .setDescription(`You worked your job <@&${job}> and earned $${earned}.`)
return interaction.send({ embeds: [success] }) return interaction.send({ embeds: [success] })
+1 -1
View File
@@ -2,7 +2,7 @@ require('dotenv').config();
module.exports = { module.exports = {
Dev: "PROD.", Dev: "PROD.",
Version: "12.7.12", Version: "12.7.13",
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
DefaultPrefix: "?", DefaultPrefix: "?",
ServerID: "955668596745461830", ServerID: "955668596745461830",