Add version information on help message
This commit is contained in:
parent
366669e6ab
commit
c65fd52f19
1
bot.py
1
bot.py
@ -383,6 +383,7 @@ def user_help_info(chat_id):
|
||||
"""
|
||||
with open('help.md') as help_file:
|
||||
text = help_file.read()
|
||||
text += "\ntodo.txt bot for Telegram version 1"
|
||||
text += "\n[View help on GitHub](alvierahman90.github.io/todo.txt_telegram/help.html)"
|
||||
BOT.sendMessage(chat_id, text, parse_mode='Markdown')
|
||||
|
||||
|
Reference in New Issue
Block a user