hotfix deprecated setcolors
This commit is contained in:
8 files changed
+15
-15
No files matched your search
@@ -218,7 +218,7 @@ module.exports = async (client, interaction) => {
|
||||
let successEmbed = new EmbedBuilder()
|
||||
.setTitle('Success')
|
||||
.setDescription(`Successfully gave <@${targetUserID}> ${item.name}`)
|
||||
.setColor('GREEN');
|
||||
.setColor(client.config.Colors.Green);
|
||||
|
||||
return interaction.update({ embeds: [successEmbed], components: [] });
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user