diff --git a/bot/lib/log-surroundings.js b/bot/lib/log-surroundings.js index 446bb6d..2776b8c 100644 --- a/bot/lib/log-surroundings.js +++ b/bot/lib/log-surroundings.js @@ -1,5 +1,5 @@ const { getBot } = require('../core/context'); -const { saveMemory } = require('../memory'); +const { saveMemory, getMemory } = require('../memory'); 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.