Switch to new application service library

This commit is contained in:
Cadence Ember 2024-08-03 22:46:09 +12:00
parent 87cad6c613
commit 7e9005216d
6 changed files with 160 additions and 684 deletions

View file

@ -7,7 +7,7 @@
* @property {import("./d2m/discord-client")} discord
* @property {import("heatsync").default} sync
* @property {import("better-sqlite3/lib/database")} db
* @property {import("matrix-appservice").AppService} as
* @property {import("@cloudrac3r/in-your-element").AppService} as
* @property {import("./db/orm").from} from
* @property {import("./db/orm").select} select
*/