diff --git a/app/help_methods.py b/app/help_methods.py index 7dbb4f1d..b46422a6 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -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!**"