12.7.13 fix color codes
This commit is contained in:
3 files changed
+3
-3
No files matched your search
@@ -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
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in new issue
Block a user