CommandHandler<T extends CommandContext> typedef

CommandHandler<T extends CommandContext> = FutureOr<void> Function(T context, CommandOptions options)

Implementation

typedef CommandHandler<T extends CommandContext> =
    FutureOr<void> Function(T context, CommandOptions options);