mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 14:41:14 +00:00
Remove unused statusText constant
Deleted the unused statusText constant from FetchCustomFace.ts to clean up the code.
This commit is contained in:
parent
a366abce8f
commit
aa9fe60dfd
@ -31,17 +31,3 @@ export class FetchCustomFace extends OneBotAction<PayloadType, ReturnType> {
|
||||
}
|
||||
}
|
||||
|
||||
const statusText = `
|
||||
## 状态列表
|
||||
|
||||
### 对方正在说话...
|
||||
\`\`\`json5;
|
||||
{ "event_type": 0; }
|
||||
\`\`\`
|
||||
|
||||
### 对方正在输入...
|
||||
\`\`\`json5;
|
||||
{ "event_type": 1; }
|
||||
\`\`\`
|
||||
|
||||
`;
|
||||
Loading…
Reference in New Issue
Block a user