1
0
Fork 0
mirror of https://github.com/syuilo/ai.git synced 2025-04-16 07:46:41 +00:00

memory.jsonの保存先をdata以下にする

This commit is contained in:
ふるふる 2021-11-28 15:38:21 +09:00
parent 3379de42c7
commit 5a314b5e97
2 changed files with 1 additions and 1 deletions
data
src

0
data/.keep Normal file
View file

View file

@ -81,7 +81,7 @@ export default class 藍 {
this.account = account; this.account = account;
this.modules = modules; 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}...`); this.log(`Lodaing the memory from ${file}...`);