add all the staff actions and resets and uhh i forgot to commit but everything works now

This commit is contained in:
elijahr2411
2023-02-07 12:29:33 -05:00
parent 42ecfa2375
commit d9f8653f32
6 changed files with 358 additions and 62 deletions

View File

@@ -26,6 +26,7 @@ export default interface IConfig {
};
tempMuteTime : number;
turnTime : number;
voteTime : number;
adminpass : string;
modpass : string;
moderatorPermissions : Permissions;