Add server chat slash commands for me and uptime

This commit is contained in:
Jage9
2026-02-27 04:33:54 -05:00
parent 10e7a01e73
commit 464d39f78b
9 changed files with 179 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ export const chatMessageSchema = z.object({
senderId: z.string().optional(),
senderNickname: z.string().optional(),
system: z.boolean().optional(),
action: z.boolean().optional(),
});
export const pongSchema = z.object({