ZcreateRole

Creates a new role in the guild with the specified name and optional color, hoist, and mentionable settings.

Syntax

ZcreateRole{name;color?;hoisted?;mentionable?}

Arguments

NameTypeRequiredDefault
namestringYes-
colorstringNo-
hoistedbooleanNofalse
mentionablebooleanNofalse

Example

ZcreateRole{Moderator;#FF5733;true;false}