$alternativeParsing
Changes the way how triggers are read.
Usage
$alternativeParsing
Example
- Create two commands and set the trigger
hellofor one command andhelloworldfor the other. - Add the
$alternativeParsingfunction to the command code with thehellotrigger. - Execute commands

Without $alternativeParsing
What happens if we remove this function from the code?

⚠️ This function was added at the end of 2019 as an experiment, and it can be unstable and break your commands. You should not use
$alternativeParsingwhen making your bot.