Sets the embed's border color.
Last updated 3 years ago
Was this helpful?
$color[index;colorHex]
This function has two params.
index
The embed index that this color should belong to.
integer
yes
colorHex
The color hex of this embed color.
string
Find color hexes !
bot.commands.add({ type: "command", name: "example", code: `$description[1;Hello World!] $color[1;ff57e0]` })