hotfix deprecated setcolors
This commit is contained in:
8 files changed
+15
-15
No files matched your search
+1
-1
@@ -168,7 +168,7 @@ module.exports = {
|
||||
let successEmbed = new EmbedBuilder()
|
||||
.setTitle('Success')
|
||||
.setDescription(`Successfully set ${updateAction}\nUse \`/inventory wallet\` to view your updated ID`)
|
||||
.setColor('GREEN');
|
||||
.setColor(client.config.Colors.Green);
|
||||
|
||||
return interaction.send({ embeds: [successEmbed] });
|
||||
|
||||
|
||||
Reference in new issue
Block a user