Updated help
This commit is contained in:
parent
50f061f716
commit
9b0ab9df1e
2
bot.py
2
bot.py
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue