Added unknown category to add

This commit is contained in:
j4nk 2025-01-16 20:47:34 -05:00
parent 46d096eeeb
commit f7075b01e3
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -301,7 +301,7 @@ class QBBot(slixmpp.ClientXMPP):
case "add":
category = tokens[2]
if category not in ["all", "anime", "games", "movies", "music", "software", "tv"]:
if category not in ["all", "anime", "games", "movies", "music", "software", "tv", "unknown"]:
message = "Please specify a category"
else:
string_start = 3