MemberRoleManager constructor

MemberRoleManager(
  1. Map<Snowflake, Role> _roles
)

Implementation

MemberRoleManager(this._roles);