Loading msgs, unit tests, change DB column types (breaking change)

This commit is contained in:
2026-02-28 18:58:34 -08:00
parent b99998c2c4
commit 62a659fcbb
23 changed files with 5950 additions and 64 deletions

View File

@@ -4,9 +4,9 @@
*/
interface ScoreboardMessageRow {
id: number;
guild: number;
channel: number;
id: string;
guild: string;
channel: string;
author: string;
content: string;
reaction_1_count: number;