diff --git a/app/help_methods.py b/app/help_methods.py index e5137642..0f419223 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -51,7 +51,8 @@ def get_help_message(method): 'Uploads the passed in URL to the server as an emoji.', '\nDiscord does not support GIFS. It will throw and error if you try.' '\nCurrently only admins can do this', - '\nUsage: !emoji http://pictures.com/some_image.png my_new_emoji' + '\nUsage: !emoji http://pictures.com/some_image.png my_new_emoji\n', + 'or `!emoji del some_emoji` to delete' ], 'excuse': [ 'Generates a random excuse you can give your boss',