Fix: for文でスキップではなくループの終了を行っていた問題 / Feat: #10

This commit is contained in:
2026-04-30 20:10:59 +09:00
parent 90b308afa0
commit 3b66c47aa3
4 changed files with 32 additions and 22 deletions
+2 -1
View File
@@ -10,8 +10,9 @@ class MemoryClass {
if (!existsSync(path)) {
writeFileSync(path, JSON.stringify({
processedInfo: [],
repliedUeuse: [],
permissions: {},
lastReadMention: "",
lastReadReply: "",
userid: "",
}));
}