Added save/getMemory
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 26s

This commit is contained in:
roberts 2025-05-10 19:12:21 -05:00
parent efbe339dbb
commit 690760c6b8

View file

@ -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.