Update 3_advanced.md

This commit is contained in:
Kay Marquardt 2023-04-17 15:36:10 +02:00 committed by GitHub
parent 8f742ff1fb
commit 1c2c07397a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ commands.sh send user input as TEXT | script reads TEXT | bashbot.sh reci
```
In case you want to process any other data then message TEXT, I recommend to switch to a more advanced bot framework.
In Bashbot you are on your own to implement methods for forwarding additional information in message TEXT sent to the script (only recommended for advanced bash experts).
In Bashbot you have to implement methods yourself to pass additional information in the message TEXT to the script.
(only recommended for advanced bash experts).
#### Example script