onGuildBanAdd property

Stream<GuildBanAddEvent> onGuildBanAdd
inherited

A Stream of GuildBanAddEvents received by this client.

Implementation

Stream<GuildBanAddEvent> get onGuildBanAdd => onEvent.whereType<GuildBanAddEvent>();