onSlashCommandCreated property

Stream<SlashCommand> onSlashCommandCreated
latefinal

Emitted when a slash command is created by the user.

Implementation

late final Stream<SlashCommand> onSlashCommandCreated;