description |
---|
Returns all of the user's roles |
This function returns the roles that the user has
$userRoles[user id;id/names/mentions (optional);separator (optional)]
bot.command({
name: "userRoles",
code: `Your Roles: $userRoles[$authorID;names]`
//Will return, 'role1,role2'
})