mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-25 23:51:32 +00:00
updated help link #21
This commit is contained in:
2
bot.py
2
bot.py
@@ -27,7 +27,7 @@ def start(bot, update):
|
||||
|
||||
def help(bot, update):
|
||||
"""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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user