Updated Observe.js to fix references to LogSurroundings
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 25s
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 25s
This commit is contained in:
parent
ff43ffc5de
commit
fe489303bf
1 changed files with 2 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue