$alternativeParsing
Changes the way how triggers are read.
Usage
$alternativeParsing
Example
- Create two commands and set the trigger
hello
for one command andhelloworld
for the other. - Add the
$alternativeParsing
function to the command code with thehello
trigger. - 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
$alternativeParsing
when making your bot.