kstate fixes and code coverage

This commit is contained in:
Cadence Ember
2026-01-09 02:07:08 +13:00
parent 8661aa7cfa
commit 0d15865bcd
3 changed files with 192 additions and 11 deletions

View File

@@ -14,6 +14,8 @@ const {discord} = require("../../passthrough")
const ones = "₀₁₂₃₄₅₆₇₈₉"
const tens = "0123456789"
/* c8 ignore start */
module.exports = async function(db) {
/** @type {{name: string, channel_id: string, thread_parent: string | null}[]} */
const rows = db.prepare("SELECT name, channel_id, thread_parent FROM channel_room WHERE guild_id IS NULL").all()