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 00ba84d392
commit cf93cb71a4

View File

@ -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'
],