Remove unused statusText constant

Deleted the unused statusText constant from FetchCustomFace.ts to clean up the code.
This commit is contained in:
手瓜一十雪 2026-01-26 18:17:08 +08:00
parent a366abce8f
commit aa9fe60dfd

View File

@ -31,17 +31,3 @@ export class FetchCustomFace extends OneBotAction<PayloadType, ReturnType> {
}
}
const statusText = `
##
### ...
\`\`\`json5;
{ "event_type": 0; }
\`\`\`
### ...
\`\`\`json5;
{ "event_type": 1; }
\`\`\`
`;