Update agent.js

This commit is contained in:
uukelele-scratch 2025-02-12 18:33:05 +00:00 committed by GitHub
parent 81e4803c22
commit 9bf70edd10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -358,7 +358,9 @@ export class Agent {
}
}
else {
say(message);
if (settings.speak) {
say(message);
}
this.bot.chat(message);
}
}