moving emoji out of the admin category as it is free for all to use

This commit is contained in:
Luke Robles 2020-09-02 17:38:13 -07:00
parent ea7953cbcc
commit 516e4bb14d

View File

@ -171,9 +171,9 @@ def get_help_message(method):
def get_help_embed(bot):
categories = {
'fun': ['ffxiv', 'clap', 'redpanda', 'birb', 'youtube', 'dog', 'excuse', 'greentext', 'lewd', 'message', 'meme', 'homepage', 'pout', 'roll', 'smug', 'quake', 'wink', 'verify'],
'util': ['corona', '8ball', 'decide', 'info', 'icon', 'wallpaper', 'stock', 'tts', 'issue'],
'util': ['corona', 'emoji', '8ball', 'decide', 'info', 'icon', 'wallpaper', 'stock', 'tts', 'issue'],
'users': ['help', 'invite', 'purge', 'roles', 'source'],
'admin': ['emoji', 'cleanup']
'admin': ['cleanup']
}
description = "\nBelow you can see all the commands I know.\n\n**Have a nice day!**"