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

added commands list to T_info

This commit is contained in:
Anson Biggs 2021-03-28 01:07:10 -07:00
parent cb2f214096
commit ff3083a8e5
2 changed files with 12 additions and 8 deletions

View File

@ -56,3 +56,15 @@ If you have any questions get in touch: @MisterBiggs or [anson@ansonbiggs.com](h
_Donations can only be made in a chat directly with @simplestockbot_
"""
commands = """
donate - Donate to the bot 🎗
help - Get some help using the bot. 🆘
info - $[symbol] General information about the symbol.
news - $[symbol] News about the symbol. 📰
stat - $[symbol] Key statistics about the symbol. 🔢
dividend - $[symbol] Dividend info 📅
intra - $[symbol] Plot since the last market open. 📈
chart - $[chart] Plot of the past month. 📊
""" # Not used by the bot but for updaing commands with BotFather

View File

@ -1,8 +0,0 @@
donate - Donate to the bot 🎗️
help - Get some help using the bot. 🆘
info - $[symbol] General information about the symbol.
news - $[symbol] News about the symbol. 📰
stat - $[symbol] Key statistics about the symbol. 🔢
dividend - $[symbol] Dividend info 📅
intra - $[symbol] Plot since the last market open. 📈
chart - $[chart] Plot of the past month. 📊