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

added trending to list of commands

This commit is contained in:
Anson Biggs 2021-03-30 08:49:56 -07:00
parent f4adfb1915
commit a979de2272

View File

@ -33,7 +33,7 @@ Simply calling a symbol in any message that the bot can see will also return the
- `/news $[symbol]` News about the symbol. 📰
- `/info $[symbol]` General information about the symbol.
- `/stat $[symbol]` Key statistics about the symbol. 🔢
- `/trending` Trending Stocks and Cryptos.
- `/trending` Trending Stocks and Cryptos. 💬
- `/help` Get some help using the bot. 🆘
**Inline Features**
@ -67,5 +67,6 @@ 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. 📈
trending - Trending Stocks and Cryptos. 💬
chart - $[chart] Plot of the past month. 📊
""" # Not used by the bot but for updaing commands with BotFather