Type Alias IgnoreCheckPredicateCommand

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

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

Type declaration