From 202f0c06f5c4e2b4cb73b74b9aa69641fb82ea13 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 24 Mar 2018 14:34:23 -0700 Subject: [PATCH] Didnt add an entry to the help methods for source command --- app/help_methods.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/help_methods.py b/app/help_methods.py index 80805336..d781586b 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -88,6 +88,9 @@ def get_help_message(method): 'smug': [ 'Returns the URL for smug anime girl' ], + 'source': [ + "Links you to the git repo with dragon-bot's source code" + ], 'stock': [ 'Returns basic stock information for the stock you entered.', '\nUsage: !stock AAPL TSLA'