From 93ba9bb3599cfce4313ab91d9f3b71e619599f6e Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 20 Mar 2020 13:03:52 -0700 Subject: [PATCH] Updating help with the icon method --- app/help_methods.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/help_methods.py b/app/help_methods.py index 89faa0d8..e6114f75 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -73,6 +73,10 @@ def get_help_message(method): 'Creates an issue on gitlab with the passed in parameters\n', 'Usage: !issue ; ', ], + 'icon': [ + 'Returns the server\'s icon URL\n', + 'Usage: !icon', + ], 'lewd': [ 'Returns a URL for a lewd image.', 'Can only be used in NSFW channels.', @@ -142,7 +146,7 @@ def get_help_message(method): def get_help_embed(client): categories = { 'fun': ['clap', 'birb', 'dog', 'excuse', 'greentext', 'lewd', 'message', 'meme', 'homepage', 'pout', 'roll', 'smug', 'quake'], - 'util': ['8ball', 'decide', 'wallpaper', 'weather', 'stock', 'tts', 'issue'], + 'util': ['8ball', 'decide', 'icon', 'wallpaper', 'weather', 'stock', 'tts', 'issue'], 'users': ['help', 'invite', 'purge', 'roles', 'source', 'minecraft'], 'admin': ['emoji', 'cleanup'] }