hotfix deprecated setcolors

This commit is contained in:
SowinskiBraeden committed 2022-10-11 16:06:58 -07:00
1 parent 2bbea81cf9
commit 86062da0bd
8 files changed
+15 -15

No files matched your search

+1 -1
View File
@@ -118,7 +118,7 @@ module.exports = {
const successEmbed = new EmbedBuilder()
.setTitle('Bank Notice:')
.setDescription(`Successfully fined <@${targetUserID}> $${args[0].options[1].value.toFixed(2)}`)
.setColor('GREEN');
.setColor(client.config.Colors.Green);
return interaction.send({ embeds: [successEmbed] });
},