Updated help

This commit is contained in:
j4nk 2025-02-22 00:10:04 -05:00
parent 50f061f716
commit 9b0ab9df1e
1 changed files with 2 additions and 0 deletions

2
bot.py
View File

@ -171,6 +171,8 @@ class QBBot(slixmpp.ClientXMPP):
message += "Commands\n" message += "Commands\n"
message += "help: Displays this help\n" message += "help: Displays this help\n"
message += "search CATEGORY SEARCH_QUERY: Search CATEGORY for SEARCH_QUERY on the Jellyfin server\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": case "search":
category = tokens[2] category = tokens[2]
category = category.lower() category = category.lower()