From 0098432514b9f4587a020391bd2c3a03ce0a2f9f Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 27 Jan 2021 13:05:59 -0700 Subject: [PATCH] added chart to help text --- functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.py b/functions.py index 510dbb2..c762918 100644 --- a/functions.py +++ b/functions.py @@ -26,6 +26,7 @@ Full documentation can be found [here.](https://simple-stock-bots.gitlab.io/site **Commands** - /dividend `$[symbol]` will return dividend information for the symbol. - /intra `$[symbol]` will return a plot of the stocks movement since the last market open. + - /chart `$[chart]` will return a plot of the stocks movement for the past 1 month. - /news `$[symbol]` will return news about the symbol. - /info `$[symbol]` will return general information about the symbol. - /stat `$[symbol]` will return important statistics about the symbol.