Update agent.js

This commit is contained in:
Sweaterdog 2025-03-08 12:20:47 -08:00 committed by GitHub
parent 407be3e652
commit 5718427b3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,6 +86,7 @@ export class Agent {
console.log(`${this.name} spawned.`);
this.clearBotLogs();
this._setupEventHandlers(save_data, init_message);
this.startEvents();