diff --git a/Source/Process.ts b/Source/Process.ts index 12bd341..6eeb33e 100644 --- a/Source/Process.ts +++ b/Source/Process.ts @@ -43,7 +43,7 @@ function sleep(time: number) { } export class Process { - private AdminUserList: Array = ["chenlangning"]; + private AdminUserList: Array = ["chenlangning", "shanwenxiao"]; private DenyMessageList: Array = []; private DenyBadgeEditList: Array = []; private readonly CaptchaSecretKey: string;