Text Direct Branch pre-matches the text for bot name prefix.
If matched on the direct pattern (name prefix) it runs the branch matcher on
a clone of the message with the prefix removed, this allows conditions like
is
to operate on the body of the message, without failing due to a prefix.
Generated using TypeDoc
Text Direct Branch pre-matches the text for bot name prefix. If matched on the direct pattern (name prefix) it runs the branch matcher on a clone of the message with the prefix removed, this allows conditions like
is
to operate on the body of the message, without failing due to a prefix.