Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 404 Bytes

usduserrolecolor.md

File metadata and controls

28 lines (22 loc) · 404 Bytes

$userRoleColor

This function returns the hex code of the specified user's highest role

$userRoleColor[user ID (optional)]
bot.command({
name: "roleColor",
code: `$username's role color:
$userRoleColor
`
})

Mentioned user's role color

bot.command({
name: "roleColor",
code: `$username[$mentioned[1]]'s role color:
$userRoleColor[$mentioned[1]]
`
})