onApplicationCommandInteraction property

Stream<InteractionCreateEvent<ApplicationCommandInteraction>> onApplicationCommandInteraction
inherited

A Stream of ApplicationCommandInteractions received by this client.

Implementation

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