From 29ddb5f0697dfda7c1b045968017d4cdcddd9094 Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 12 Jun 2020 02:51:46 -0700 Subject: [PATCH] help link was incorrect --- bot.py | 1 - functions.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bot.py b/bot.py index ddd307f..c28cd6e 100644 --- a/bot.py +++ b/bot.py @@ -63,7 +63,6 @@ async def on_message(message): elif message.content.startswith("/help"): """Send link to docs when the command /help is issued.""" - reply = "[Please see the documentation for Bot information](https://simple-stock-bots.gitlab.io/site/discord/)" await message.channel.send(s.help_text) # If no commands, check for any tickers. diff --git a/functions.py b/functions.py index 7c5d3ca..23a1ba4 100644 --- a/functions.py +++ b/functions.py @@ -20,7 +20,7 @@ class Symbol: help_text = """ Thanks for using this bot, consider supporting it by [buying me a beer.](https://www.buymeacoffee.com/Anson) -Full documentation can be found [here.](https://simple-stock-bots.gitlab.io/site/telegram/) +Full documentation can be found [here.](https://simple-stock-bots.gitlab.io/site/) **Commands** - /dividend `$[symbol]` will return dividend information for the symbol.