mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-06-16 07:16:41 +00:00
help link was incorrect
This commit is contained in:
parent
3ba1193cda
commit
29ddb5f069
1
bot.py
1
bot.py
@ -63,7 +63,6 @@ async def on_message(message):
|
|||||||
|
|
||||||
elif message.content.startswith("/help"):
|
elif message.content.startswith("/help"):
|
||||||
"""Send link to docs when the command /help is issued."""
|
"""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)
|
await message.channel.send(s.help_text)
|
||||||
|
|
||||||
# If no commands, check for any tickers.
|
# If no commands, check for any tickers.
|
||||||
|
@ -20,7 +20,7 @@ class Symbol:
|
|||||||
help_text = """
|
help_text = """
|
||||||
Thanks for using this bot, consider supporting it by [buying me a beer.](https://www.buymeacoffee.com/Anson)
|
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**
|
**Commands**
|
||||||
- /dividend `$[symbol]` will return dividend information for the symbol.
|
- /dividend `$[symbol]` will return dividend information for the symbol.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user