From 7800f2021fc885b94fb8d03800e1404a13995f3a Mon Sep 17 00:00:00 2001 From: Zhu Chenrui Date: Mon, 19 Aug 2024 21:03:00 +0800 Subject: [PATCH] Add @langningchen 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 6ec4955..12bd341 100644 --- a/Source/Process.ts +++ b/Source/Process.ts @@ -43,7 +43,7 @@ function sleep(time: number) { } export class Process { - private AdminUserList: Array = []; + private AdminUserList: Array = ["chenlangning"]; private DenyMessageList: Array = []; private DenyBadgeEditList: Array = []; private readonly CaptchaSecretKey: string;