diff --git a/src/interactions/Command/embed.js b/src/interactions/Command/embed.js index 0559f8c..252c663 100644 --- a/src/interactions/Command/embed.js +++ b/src/interactions/Command/embed.js @@ -311,7 +311,7 @@ module.exports = { if (i.values == "color_embed") { interaction.channel - .send({ content: "Please enter a color" }) + .send({ content: "Please enter a color. e.g. #FF0000" }) .then((message) => { const filterMessage = (m) => m.author.id === interaction.user.id && !m.author.bot;