ZmodifyRole

Modifies the name, color, hoist, and mentionable settings of an existing role, leaving any unspecified fields unchanged.

Syntax

ZmodifyRole{roleID;name?;color?;hoisted?;mentionable?}

Arguments

NameTypeRequiredDefault
roleIDsnowflakeYes-
namestringNo-
colorstringNo-
hoistedbooleanNo-
mentionablebooleanNo-

Example

ZmodifyRole{987654321012345678;Admin;#E74C3C;true;true}