getGuildBans abstract method

Stream<Ban> getGuildBans(
  1. Snowflake guildId
)

Get all guild bans.

Implementation

Stream<Ban> getGuildBans(Snowflake guildId);