Update brain.mjs

This commit is contained in:
Arma-Damna-Dillo 2025-02-08 04:00:32 +00:00
parent 092cd07abc
commit b56b145906

View file

@ -42,7 +42,7 @@ class ConsciousnessApp {
async asker() {
while (true) {
await rl.question('<Query>: ', (query) => {
await this.rl.question('<Query>: ', (query) => {
userTalks(query)
});
}