onEvent property

Stream<DispatchEvent> onEvent
inherited

A Stream of gateway dispatch events received by this client.

Implementation

Stream<DispatchEvent> get onEvent => (this as NyxxGateway).gateway.events;