Type Alias MissingPermissionSupplier

MissingPermissionSupplier: (
    this: Command,
    message: MessageUnion,
) => SyncOrAsync<any>

A function used to check if a message has permissions for the command. A non-null return value signifies the reason for missing permissions.

Type declaration