fixed paths
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 25s

This commit is contained in:
roberts 2025-05-10 19:59:40 -05:00
parent 5f04f1344c
commit 866affe6b3

View file

@ -1,4 +1,6 @@
// lib/ai-helper.js
const fs = require('fs');
const path = require('path');
const axios = require('axios');
const config = require('../config.json');