mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 19:45:16 +00:00
Merge pull request #92 from DairyWeb3638077/patch-3
Added an example Hex code
This commit is contained in:
commit
6634912e65
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue