Skip to content

Commit

Permalink
fixed condition for answer
Browse files Browse the repository at this point in the history
  • Loading branch information
darmalovan authored Jul 29, 2024
1 parent f04d695 commit 6420899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steps/01_run_python_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ trigger:
- conditionId: text_match_regex
params:
text: "${userMessageText}"
regex: "/Create a time machine from a cardboard box/i"
regex: "Create a time machine from a cardboard box"
flags: i
then:
do:
- actionId: bot_message
Expand Down

0 comments on commit 6420899

Please sign in to comment.