Migrate all legacy commands to interactions

This commit is contained in:
Cadence Ember 2024-09-15 00:33:37 +12:00
commit 6bc3eaf866
5 changed files with 92 additions and 281 deletions

View file

@ -5,7 +5,6 @@ const Ty = require("../../types")
const {discord, sync, db, select, from} = require("../../passthrough")
const assert = require("assert/strict")
/** @type {import("../../matrix/api")} */
const api = sync.require("../../matrix/api")