From 19caebcb362e7bcf8dd39ed4773eafe659f89865 Mon Sep 17 00:00:00 2001 From: Linus E <75929322+Rripped@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:00:02 +0200 Subject: [PATCH] small changes --- telegram_bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram_bot/bot.py b/telegram_bot/bot.py index 4a2c877..f7c6c6a 100644 --- a/telegram_bot/bot.py +++ b/telegram_bot/bot.py @@ -94,7 +94,7 @@ def send_version(message): :rtype:none """ - bot.reply_to(message, bot_version) + bot.reply_to(message, "the current bot version is " + bot_version) @bot.message_handler(commands=['help', 'Help']) # /help -> sending all functions