nice one declan

This commit is contained in:
Elijah R
2024-04-24 14:34:03 -04:00
parent 820ef05832
commit 8452f8d220

View File

@@ -15,6 +15,8 @@ export default interface IConfig {
guestPermissions : { guestPermissions : {
chat : boolean; chat : boolean;
turn : boolean; turn : boolean;
callForReset : boolean;
vote : boolean;
} }
} }
vm : { vm : {