mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
added list of commands to help test bot
This commit is contained in:
parent
e59dbf005c
commit
8919e945f0
21
T_info.py
21
T_info.py
@ -73,3 +73,24 @@ trending - Trending Stocks and Cryptos. 💬
|
|||||||
intra - $[symbol] Plot since the last market open. 📈
|
intra - $[symbol] Plot since the last market open. 📈
|
||||||
chart - $[chart] Plot of the past month. 📊
|
chart - $[chart] Plot of the past month. 📊
|
||||||
""" # Not used by the bot but for updaing commands with BotFather
|
""" # Not used by the bot but for updaing commands with BotFather
|
||||||
|
|
||||||
|
|
||||||
|
tests = """
|
||||||
|
/info $tsla
|
||||||
|
/info $$btc
|
||||||
|
/news $tsla
|
||||||
|
/news $$btc
|
||||||
|
/stat $tsla
|
||||||
|
/stat $$btc
|
||||||
|
/cap $tsla
|
||||||
|
/cap $$btc
|
||||||
|
/dividend $tsla
|
||||||
|
/dividend $msft
|
||||||
|
/dividend $$btc
|
||||||
|
/intra $tsla
|
||||||
|
/intra $$btc
|
||||||
|
/chart $tsla
|
||||||
|
/chart $$btc
|
||||||
|
/help
|
||||||
|
/trending
|
||||||
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user