Simplify-DiscordBots
Discord
NPM
Search…
Welcome
NPM Updates
Getting Started
Getting Started
Functions
Embeds
$title
$description
$color
$footer
$thumbnail
$author
Links
NPM
Discord Server
Powered By
GitBook
$color
Set the color in an embed. You can keep the brackets empty or use `RANDOM` to get a random embed color.
1
$color[]
2
$color[int]
3
$color[hex]
4
$color[RANDOM]
Copied!
You can also use
RED
and
GREEN
etc
1
bot.command
({
2
name:
"embed"
,
3
code:
`
$color
[
#FF4500]
`
4
})
Copied!
Previous
$description
Next
$footer
Last modified
9mo ago
Copy link