Type Alias IgnoreCheckPredicateHandler

IgnoreCheckPredicateHandler: (
    this: CommandHandler,
    message: MessageUnion,
    command: Command,
) => boolean

A function that returns whether this message should be ignored for a certain check.

Type declaration