From f7075b01e3fa6d2f8b0b2f369585a93b812be255 Mon Sep 17 00:00:00 2001 From: j4nk Date: Thu, 16 Jan 2025 20:47:34 -0500 Subject: [PATCH] Added unknown category to add --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 741ca8b..fb582d1 100644 --- a/bot.py +++ b/bot.py @@ -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