$createRole
Creates a new role.
Usage
$createRole[roleName;colorHex;hoist (yes/no);mentionable (yes/no)]
Breakdown
roleName- The name to give the new role.colorHex- The color hex of the new role.hoist- Whether the role should be displayed separately (hoisted) or not.nomeans the role won't be hoisted,yesmeans it will.

mentionable- Whether the role should be mentionable by everyone.nomeans the role won't be mentionable,yesmeans it will.

Example
$nomention
$createRole[Cool Role;#FFFF00;yes;no]
Created new role!

