From fcc290ae01fe0cf4536a2112b2edb892f8037d4b Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 26 Dec 2021 12:08:40 -0800 Subject: [PATCH] Updating help wording for the emoji command to remvoe the admin only text --- app/help_methods.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/help_methods.py b/app/help_methods.py index 604df940..aa2fb88e 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -93,7 +93,6 @@ 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.' - '\nCurrently only admins can do this', '\nUsage: !emoji http://pictures.com/some_image.png my_new_emoji\n', 'or `!emoji del some_emoji` to delete' ],