Triggering commands based on pattern matching

Is it possible to call commands based on a specific phrase being mentioned within a chat message as opposed to the traditional way of calling a command which only checks the start of the message?

For example, I would like to call a command when this message is sent:
“I would like to increment the counter”
because the message contains the phrase “increment the counter”

This isn’t possible. A command is designed to only trigger upon a message having its name as the first word.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.