diff --git a/bashbot.sh b/bashbot.sh index a4b8d1e..66d0198 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -60,7 +60,7 @@ send_message() { fi if [ "$sent" != "y" ];then - res=$(curl -s "$MSG_URL" -F "chat_id=$chat" -F "text=$text") + res=$(curl -s "$MSG_URL" -F "chat_id=$chat" -F "text=$text" -F "parse_mode=markdown") fi }