From 8919e945f05290d7770a5bd3b2954fe24c46450a Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 6 Nov 2021 12:39:12 -0700 Subject: [PATCH] added list of commands to help test bot --- T_info.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/T_info.py b/T_info.py index 1ba184b..1817ca8 100644 --- a/T_info.py +++ b/T_info.py @@ -73,3 +73,24 @@ trending - Trending Stocks and Cryptos. 💬 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 + + +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 +"""