From fc781b3f64222c5cc5c095035f773536fa7eac65 Mon Sep 17 00:00:00 2001 From: gsd Date: Thu, 11 Jun 2026 13:55:38 +0300 Subject: [PATCH] dd --- other_ext/kamaz_ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_ext/kamaz_ai.py b/other_ext/kamaz_ai.py index a8b4905..52e47fd 100644 --- a/other_ext/kamaz_ai.py +++ b/other_ext/kamaz_ai.py @@ -453,7 +453,7 @@ class Extension: "secretkey":os.getenv("BACKEND_SECRETKEY")}) as session: async with session.get(f"{os.getenv('BACKEND_URL')}/api/discord/report/s", ssl = False) as response: self.reports_list = await response.json() - self.kamazai = KamazAI_v1(self.reports_list) + self.kamazai = KamazAI_v1_3(self.reports_list) print("KamazAI Enabled") except: traceback.print_exc()