Skip to content

$authorBannerColor

$authorBannerColor will return the profile banner color of the command author.

Usage

$authorBannerColor

Example(s)

This will return your profile banner color (if any):

1
client.command({
2
name: "userBanner",
3
code: `
4
$authorBannerColor
5
`
6
});