mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
✌️
This commit is contained in:
parent
e6919b4987
commit
44aeeff4ba
|
@ -65,7 +65,7 @@ export default class KeywordModule implements IModule {
|
|||
let text: string;
|
||||
|
||||
if (exist) {
|
||||
text = serifs.keyword.remembered(keyword[0]);
|
||||
return;
|
||||
} else {
|
||||
this.learnedKeywords.insertOne({
|
||||
keyword: keyword[0],
|
||||
|
|
Loading…
Reference in a new issue