diff --git a/src/commands/Utility/privacypolicy.js b/src/commands/Utility/privacypolicy.js index bd9dd1b..5c99f20 100644 --- a/src/commands/Utility/privacypolicy.js +++ b/src/commands/Utility/privacypolicy.js @@ -28,7 +28,7 @@ module.exports.run = async (interaction, utils) => { Info: You can simply delete your data by using the \`/delete\` option on the setup command.` ) .setTimestamp() - .setColor("BLURPLE"); + .setColor("Blurple"); await interaction.reply({ embeds: [privacyembed], ephemeral: true }); return;