$color
Sets the embed's border color.
Usage
$color[index;colorHex]Param
Description
Type
Required
Example
bot.commands.add({
type: "command",
name: "example",
code: `$description[1;Hello World!]
$color[1;ff57e0]`
})Last updated
Was this helpful?