Updating help with the icon method
This commit is contained in:
parent
8519860ba4
commit
51e101ffef
@ -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']
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user