1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

updated help link #21

This commit is contained in:
Anson 2019-06-11 04:16:10 -07:00
parent d341c7b1bb
commit 99f0bf68d1

2
bot.py
View File

@ -27,7 +27,7 @@ def start(bot, update):
def help(bot, update): def help(bot, update):
"""Send link to docs when the command /help is issued.""" """Send link to docs when the command /help is issued."""
message = "[Please see the docs for Bot information](https://misterbiggs.gitlab.io/simple-telegram-bot)" message = "[Please see the docs for Bot information](https://simple-stock-bots.gitlab.io/site/telegram/)"
update.message.reply_text(text=message, parse_mode=telegram.ParseMode.MARKDOWN) update.message.reply_text(text=message, parse_mode=telegram.ParseMode.MARKDOWN)