From 895eb6d8fa0ad8ea5bb15fa023afb9149fc21eb2 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 9 Mar 2018 14:35:02 -0800 Subject: [PATCH] Adding help message for avatar --- app/help_methods.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/help_methods.py b/app/help_methods.py index 21e52521..eb5e3c38 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -12,6 +12,10 @@ def get_help_message(method): 'Ask dragon bot a question and it will give you an 8ball response', '\nUsage: !8ball Will I win the lottery tomorrow?' ], + 'avatar': [ + 'Returns the avatar for the mentioned user', + '\nUsage: !avatar @somebody' + ], 'decide': [ 'Dragon-bot will help make the tough decisions for you', ' If there is only one option, it will give you a yes or no',