Skip to content

Commit

Permalink
color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notahelpr committed Dec 23, 2022
1 parent a263f8d commit 47e894e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Utility/privacypolicy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 47e894e

Please sign in to comment.