mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-26 09:16:28 +00:00
fix m8ssi g chat id
This commit is contained in:
parent
91ad865c17
commit
b84ab57f6f
@ -77,7 +77,7 @@ if [ "${1}" != "source" ];then
|
|||||||
################################################
|
################################################
|
||||||
# GLOBAL commands start here, edit messages only
|
# GLOBAL commands start here, edit messages only
|
||||||
'/info'*)
|
'/info'*)
|
||||||
send_markdown_message "${bashbot_info}"
|
send_markdown_message "${CHAT[ID]}" "${bashbot_info}"
|
||||||
;;
|
;;
|
||||||
'/start'*)
|
'/start'*)
|
||||||
send_action "${CHAT[ID]}" "typing"
|
send_action "${CHAT[ID]}" "typing"
|
||||||
|
Loading…
Reference in New Issue
Block a user