Create and populate guild_id column
This commit is contained in:
parent
5a86c07eb9
commit
6f7ed829b8
6 changed files with 33 additions and 21 deletions
1
start.js
1
start.js
|
@ -9,7 +9,6 @@ const {reg} = require("./src/matrix/read-registration")
|
|||
const passthrough = require("./src/passthrough")
|
||||
const db = new sqlite("ooye.db")
|
||||
|
||||
/** @type {import("heatsync").default} */ // @ts-ignore
|
||||
const sync = new HeatSync()
|
||||
|
||||
Object.assign(passthrough, {sync, db})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue