onGuildCreate property

Stream<UnavailableGuildCreateEvent> onGuildCreate
inherited

A Stream of UnavailableGuildCreateEvents received by this client.

This stream also emits GuildCreateEvents, as they are a subtype of UnavailableGuildCreateEvent.

Implementation

Stream<UnavailableGuildCreateEvent> get onGuildCreate => onEvent.whereType<UnavailableGuildCreateEvent>();