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