Highly experimental message interactions

This commit is contained in:
Cadence Ember 2024-08-27 02:17:10 +12:00
parent b8793dae0f
commit be405d3eed
9 changed files with 491 additions and 4 deletions

View file

@ -8,6 +8,7 @@ const config = require("./config")
const passthrough = require("./passthrough")
const db = new sqlite("db/ooye.db")
/** @type {import("heatsync").default} */ // @ts-ignore
const sync = new HeatSync()
Object.assign(passthrough, {config, sync, db})