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:
parent
cb2f214096
commit
ff3083a8e5
12
T_info.py
12
T_info.py
@ -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_
|
_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
|
||||||
|
8
commands
8
commands
@ -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. 📊
|
|
Loading…
x
Reference in New Issue
Block a user