Some of breadthread is working, added basic role tracking

This commit is contained in:
2025-07-07 21:46:12 -04:00
parent b474d55612
commit 5999aeeb0c
15 changed files with 255 additions and 22 deletions

View File

@@ -44,6 +44,7 @@ export async function insertChannel(db: SQLCommon, channel: GuildBasedChannel |
return SQLResult.CREATED
} catch (err) {
//TODO Winston should handle this
console.log("CHANNEL INSERT ERROR")
console.log(err)
return SQLResult.FAILED
}