New try for bot and bot_updates #80

Merged
NormalParameter merged 19 commits from bot into main 2022-04-26 06:40:42 +00:00
Showing only changes of commit 19caebcb36 - Show all commits

View File

@ -94,7 +94,7 @@ def send_version(message):
:rtype:none :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 @bot.message_handler(commands=['help', 'Help']) # /help -> sending all functions