From 5a314b5e97ba368c419aaf0fcb9dfa8a94b3031a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=82=8B=E3=81=B5=E3=82=8B?= Date: Sun, 28 Nov 2021 15:38:21 +0900 Subject: [PATCH] =?UTF-8?q?memory.json=E3=81=AE=E4=BF=9D=E5=AD=98=E5=85=88?= =?UTF-8?q?=E3=82=92data=E4=BB=A5=E4=B8=8B=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/.keep | 0 src/ai.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 data/.keep diff --git a/data/.keep b/data/.keep new file mode 100644 index 0000000..e69de29 diff --git a/src/ai.ts b/src/ai.ts index 11018c8..ce70679 100644 --- a/src/ai.ts +++ b/src/ai.ts @@ -81,7 +81,7 @@ export default class 藍 { this.account = account; this.modules = modules; - const file = process.env.NODE_ENV === 'test' ? 'test.memory.json' : 'memory.json'; + const file = process.env.NODE_ENV === 'test' ? 'data/test.memory.json' : 'data/memory.json'; this.log(`Lodaing the memory from ${file}...`);