Updating help with the icon method

This commit is contained in:
Luke Robles 2020-03-20 13:03:52 -07:00
parent 8018d6bb02
commit 7d6daafdeb

View File

@ -73,6 +73,10 @@ def get_help_message(method):
'Creates an issue on gitlab with the passed in parameters\n',
'Usage: !issue <issue title>; <issue description>',
],
'icon': [
'Returns the server\'s icon URL\n',
'Usage: !icon',
],
'lewd': [
'Returns a URL for a lewd image.',
'Can only be used in NSFW channels.',
@ -142,7 +146,7 @@ def get_help_message(method):
def get_help_embed(client):
categories = {
'fun': ['clap', 'birb', 'dog', 'excuse', 'greentext', 'lewd', 'message', 'meme', 'homepage', 'pout', 'roll', 'smug', 'quake'],
'util': ['8ball', 'decide', 'wallpaper', 'weather', 'stock', 'tts', 'issue'],
'util': ['8ball', 'decide', 'icon', 'wallpaper', 'weather', 'stock', 'tts', 'issue'],
'users': ['help', 'invite', 'purge', 'roles', 'source', 'minecraft'],
'admin': ['emoji', 'cleanup']
}