remove the deletion from the emoji command help message

This commit is contained in:
Luke Robles 2022-10-11 14:14:45 -07:00
parent fe79a4ce19
commit ed528e929d

View File

@ -79,8 +79,7 @@ def get_help_message(method):
"emoji": [ "emoji": [
"Uploads the passed in URL to the server as an 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." "\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", "\nUsage: !emoji http://pictures.com/some_image.png my_new_emoji\n"
"or `!emoji del some_emoji` to delete",
], ],
"excuse": [ "excuse": [
"Generates a random excuse you can give your boss", "Generates a random excuse you can give your boss",