You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The processing of a message in lib/trigger.js includes this call:
let normalText = text(trigger.message.text).normalize();
This will change text like this: "Bot /echo Repeat this back to me."
To this: "bot echo repeat this back to me "
Essentially removing any forward slashed and converting all the message text to lower case. This will likely break existing bots when migrating to flint 5 if by design.
The text was updated successfully, but these errors were encountered:
The processing of a message in lib/trigger.js includes this call:
This will change text like this: "Bot /echo Repeat this back to me."
To this: "bot echo repeat this back to me "
Essentially removing any forward slashed and converting all the message text to lower case. This will likely break existing bots when migrating to flint 5 if by design.
The text was updated successfully, but these errors were encountered: