added raid message support

This commit is contained in:
zomo
2026-04-19 20:11:00 -05:00
parent dc5afe4743
commit 27ae0dd0ab
5 changed files with 51 additions and 38 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export interface ChatMessage {
export interface NameDetails {
username: string
isMod: boolean
}