Added an example Hex code

This commit is contained in:
DairyWeb3638077 2023-01-18 22:30:31 -05:00 committed by GitHub
parent 73a9564d85
commit 5b4d449d02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;