add turn whitelist and password support

This commit is contained in:
Elijah
2023-06-05 21:59:37 -04:00
parent 1cb19e93f9
commit bae17c6a52
4 changed files with 13 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ export default interface IConfig {
voteCooldown: number;
adminpass : string;
modpass : string;
turnwhitelist : boolean;
turnpass : string;
moderatorPermissions : Permissions;
};
};