onGuildRoleDelete property

Stream<GuildRoleDeleteEvent> onGuildRoleDelete
inherited

A Stream of GuildRoleDeleteEvents received by this client.

Implementation

Stream<GuildRoleDeleteEvent> get onGuildRoleDelete => onEvent.whereType<GuildRoleDeleteEvent>();