fix: Changed group assignment.

This commit is contained in:
2025-05-05 18:54:26 +02:00
parent 84244777e2
commit 2dc447a446
6 changed files with 17 additions and 80 deletions

View File

@@ -25,7 +25,7 @@ declare global {
uname: string;
admin?: number;
locked?: boolean;
room?: number
room?: string
}
}
}