From eadaca1b7625641d6f32e010c1bd03d6d05578d8 Mon Sep 17 00:00:00 2001 From: Jason Ji Date: Sun, 24 Sep 2017 17:59:20 -0700 Subject: [PATCH] stock help msg --- app/help_methods.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/help_methods.py b/app/help_methods.py index 9a0f9f58..400a0a48 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -69,6 +69,10 @@ def get_help_message(method): ], 'smug': [ 'Returns the URL for smug anime girl' + ], + 'stock': [ + 'Returns basic stock information for the stock you entered.', + '\nUsage: !stock AAPL TSLA' ] }