gsd 1 day ago
parent
commit
fc781b3f64
  1. 2
      other_ext/kamaz_ai.py

2
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()

Loading…
Cancel
Save