From ff3083a8e59dc11c33b9c6dcc6ad77b1db87de3f Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sun, 28 Mar 2021 01:07:10 -0700 Subject: [PATCH] added commands list to T_info --- T_info.py | 12 ++++++++++++ commands | 8 -------- 2 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 commands diff --git a/T_info.py b/T_info.py index 8d66335..8a777d4 100644 --- a/T_info.py +++ b/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_ """ + + +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 diff --git a/commands b/commands deleted file mode 100644 index d19d45d..0000000 --- a/commands +++ /dev/null @@ -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. 📊 \ No newline at end of file