Added description

This commit is contained in:
Daniil Gentili 2016-01-05 17:05:26 +01:00
parent fb0c473c90
commit c822cfb5d9
1 changed files with 10 additions and 0 deletions

View File

@ -79,6 +79,16 @@ process_client() {
'/info')
send_message "$TARGET" "This is bashbot, the Telegram bot written entirely in bash."
;;
'/start')
send_message "$TARGET" "This is bashbot, the Telegram bot written entirely in bash.
Features background tasks and interactive chats.
Can serve as an interface for cli programs.
Currently can send messages, custom keyboards and photos.
Written by @topkecleon, Juan Potato (@awkward_potato), Lorenzo Santina (BigNerd95) and Daniil Gentili (danog)
http://github.com/topkecleon/bashbot
"
;;
*)
send_message "$TARGET" "$MESSAGE"
esac