Updated Observe.js to fix references to LogSurroundings
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 25s

This commit is contained in:
roberts 2025-05-10 18:53:17 -05:00
parent ff43ffc5de
commit fe489303bf

View file

@ -1,5 +1,6 @@
// states/Observe.js
const { getBot } = require('../core/context');
const { getBot, getActiveTask, isCombatLocked, getStateMachine } = require('../core/context');
const logSurroundings = require('../lib/log-surroundings');
const { chatWithAI } = require('../lib/ai-helper');
const config = require('../config.json');