Updating help wording for the emoji command to remvoe the admin only text

This commit is contained in:
Luke Robles 2021-12-26 12:08:40 -08:00
parent 6dfb5b2d8d
commit 262d6ca847

View File

@ -93,7 +93,6 @@ 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.'
'\nCurrently only admins can do this',
'\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' 'or `!emoji del some_emoji` to delete'
], ],