From 9b0ab9df1e4b2fa82293ece1c57a8f3273974afa Mon Sep 17 00:00:00 2001 From: j4nk Date: Sat, 22 Feb 2025 00:10:04 -0500 Subject: [PATCH] Updated help --- bot.py | 2 ++ 1 file changed, 2 insertions(+) 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()