getBans method

Stream<Ban> getBans()

Get"s the guild's bans.

Implementation

Stream<Ban> getBans() => client.httpEndpoints.getGuildBans(this.id);