From 0a3b1566e0cf2fa05ef778d97c59c2a2b2c67d07 Mon Sep 17 00:00:00 2001 From: Zhu Chenrui Date: Mon, 2 Sep 2024 18:36:46 +0800 Subject: [PATCH] Update Process.ts Signed-off-by: Zhu Chenrui --- Source/Process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Process.ts b/Source/Process.ts index 9f48ef0..2c57fa4 100644 --- a/Source/Process.ts +++ b/Source/Process.ts @@ -43,7 +43,7 @@ function sleep(time: number) { } export class Process { - private AdminUserList: Array = ["chenlangning", "shanwenxiao"]; + private AdminUserList: Array = ["chenlangning", "shanwenxiao", "zhuchenrui2"]; private DenyMessageList: Array = []; private DenyBadgeEditList: Array = []; private readonly CaptchaSecretKey: string;