onInteractionCreate property

Stream<InteractionCreateEvent<Interaction>> onInteractionCreate
inherited

A Stream of InteractionCreateEvents received by this client.

Implementation

Stream<InteractionCreateEvent> get onInteractionCreate => onEvent.whereType<InteractionCreateEvent>();