From 690760c6b826a70a9c177afb542a00d9b1817dd0 Mon Sep 17 00:00:00 2001 From: roberts Date: Sat, 10 May 2025 19:12:21 -0500 Subject: [PATCH] Added save/getMemory --- bot/lib/log-surroundings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.