onApplicationCommandCreate property

Future Function(DiscordClient client, ApplicationCommand event)? onApplicationCommandCreate
getter/setter pairinherited

Implementation

Future Function(
  DiscordClient client,
  ApplicationCommand event,
)? onApplicationCommandCreate;