diff --git a/bot.py b/bot.py index 60c8b77..eb8e54d 100644 --- a/bot.py +++ b/bot.py @@ -171,6 +171,8 @@ class QBBot(slixmpp.ClientXMPP): message += "Commands\n" message += "help: Displays this help\n" message += "search CATEGORY SEARCH_QUERY: Search CATEGORY for SEARCH_QUERY on the Jellyfin server\n" + message += "\tValid CATEGORY - movie, tv, music\n" + message += "\tNote music is searched by album name, not song or artist\n" case "search": category = tokens[2] category = category.lower()