fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 811a6e320b - Show all commits

View file

@ -1093,7 +1093,7 @@ export class DialogKeywords {
});
if (result === null) {
await this.talk({ pid, text: `Escolha por favor um dos itens sugeridos (${args.join(',')}).` });
await this.talk({ pid, text: `Escolha por favor um dos itens sugeridos (${args.join(', ')}).` });
return await this.hear({ pid, kind, args });
}
} else if (kind === 'language') {