From cfe666b0cc320119b8394a075a7f064222c4dcd5 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:14:45 -0700 Subject: [PATCH] remove the deletion from the emoji command help message --- app/help_methods.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index b0983db5..e61eb7cc 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -79,8 +79,7 @@ def get_help_message(method): "emoji": [ "Uploads the passed in URL to the server as an emoji.", "\nDiscord does not support GIFS. It will throw an error if you try." - "\nUsage: !emoji http://pictures.com/some_image.png my_new_emoji\n", - "or `!emoji del some_emoji` to delete", + "\nUsage: !emoji http://pictures.com/some_image.png my_new_emoji\n" ], "excuse": [ "Generates a random excuse you can give your boss",