From aa9fe60dfd35c390d4cd18fafaf78f2de846aa3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 26 Jan 2026 18:17:08 +0800 Subject: [PATCH] Remove unused statusText constant Deleted the unused statusText constant from FetchCustomFace.ts to clean up the code. --- .../action/extends/FetchCustomFace.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/packages/napcat-onebot/action/extends/FetchCustomFace.ts b/packages/napcat-onebot/action/extends/FetchCustomFace.ts index e834a46b..0354bbaf 100644 --- a/packages/napcat-onebot/action/extends/FetchCustomFace.ts +++ b/packages/napcat-onebot/action/extends/FetchCustomFace.ts @@ -31,17 +31,3 @@ export class FetchCustomFace extends OneBotAction { } } -const statusText = ` -## 状态列表 - -### 对方正在说话... -\`\`\`json5; -{ "event_type": 0; } -\`\`\` - -### 对方正在输入... -\`\`\`json5; -{ "event_type": 1; } -\`\`\` - -`; \ No newline at end of file