Merge pull request #92 from DairyWeb3638077/patch-3

Added an example Hex code
This commit is contained in:
Corwin 2023-01-19 06:46:43 +01:00 committed by GitHub
commit 6634912e65
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;