roles property

List<RoleBuilder>? roles
getter/setter pair

List of roles to create at guild creation. When using this parameter, the first member of the list is the @everyone role - So all the permissions that you give to this role will be applied to all the members of the guild.

Implementation

List<RoleBuilder>? roles;