This commit is contained in:
parent
efbe339dbb
commit
690760c6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
const { getBot } = require('../core/context');
|
const { getBot } = require('../core/context');
|
||||||
const { saveMemory } = require('../memory');
|
const { saveMemory, getMemory } = require('../memory');
|
||||||
const db = require('../db');
|
const db = require('../db');
|
||||||
|
|
||||||
// Define what kinds of blocks to remember. This should probably be a variable later so that I can add to this list.
|
// Define what kinds of blocks to remember. This should probably be a variable later so that I can add to this list.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue