fetchRoles method

Stream<Role> fetchRoles()

Fetches all roles that are in the server.

Implementation

Stream<Role> fetchRoles() =>
    client.httpEndpoints.fetchGuildRoles(this.id);