mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05: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;
|
let text: string;
|
||||||
|
|
||||||
if (exist) {
|
if (exist) {
|
||||||
text = serifs.keyword.remembered(keyword[0]);
|
return;
|
||||||
} else {
|
} else {
|
||||||
this.learnedKeywords.insertOne({
|
this.learnedKeywords.insertOne({
|
||||||
keyword: keyword[0],
|
keyword: keyword[0],
|
||||||
|
|
Loading…
Reference in a new issue