Type Alias ExecutionPredicate

ExecutionPredicate: (
    this: Command,
    message: TextCommandMessage,
) => SyncOrAsync<boolean>

A function used to check if the command should run arbitrarily.

Type declaration