From ec15b34dc6d09e769b03329e23ef4c08ca2586e2 Mon Sep 17 00:00:00 2001 From: dcoomber <47242934+dcoomber@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:51:51 +0200 Subject: [PATCH] Updated expert use links --- README.html | 2 +- README.md | 2 +- README.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index 56e46c0..13d9dbf 100644 --- a/README.html +++ b/README.html @@ -372,7 +372,7 @@ It features background tasks and interactive chats, and can serve as an interfac
bin/send_message.sh BOTADMIN "This is my first message send from CLI"
 
 bin/send_message.sh --help
-

You can also source bashbot for use in your scripts, for more information see Expert Use.

+

You can also source bashbot for use in your scripts, for more information see Expert Use.

Blocked by telegram?

This may happen if too many or wrong requests are sent to api.telegram.org, e.g. using a invalid token or invalid API calls. If the block stay for longer time you can ask telegram service to unblock your IP-Address.

You can check with curl or wget if you are blocked by Telegram:

diff --git a/README.md b/README.md index 2069554..004c4b5 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ bin/send_message.sh BOTADMIN "This is my first message send from CLI" bin/send_message.sh --help ``` -You can also source bashbot for use in your scripts, for more information see [Expert Use](doc/8_custom.md). +You can also source bashbot for use in your scripts, for more information see [Expert Use](doc/4_expert.md). ### Blocked by telegram? diff --git a/README.txt b/README.txt index fca44ac..c7011fb 100644 --- a/README.txt +++ b/README.txt @@ -281,7 +281,7 @@ bin/send_message.sh --help ``` You can also source bashbot for use in your scripts, for more information see -[Expert Use](doc/8_custom.md). +[Expert Use](doc/4_expert.md). ### Blocked by telegram?