Added unknown category to add
This commit is contained in:
parent
46d096eeeb
commit
f7075b01e3
2
bot.py
2
bot.py
|
@ -301,7 +301,7 @@ class QBBot(slixmpp.ClientXMPP):
|
||||||
|
|
||||||
case "add":
|
case "add":
|
||||||
category = tokens[2]
|
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"
|
message = "Please specify a category"
|
||||||
else:
|
else:
|
||||||
string_start = 3
|
string_start = 3
|
||||||
|
|
Loading…
Reference in New Issue