mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-08-02 11:31:26 +00:00
help link was incorrect
This commit is contained in:
1
bot.py
1
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.
|
||||
|
Reference in New Issue
Block a user