feat: GroupMemberTitle

This commit is contained in:
手瓜一十雪
2025-04-02 21:30:25 +08:00
parent a8ab6310a4
commit 34b3f92f74
4 changed files with 99 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ export class NTQQFileApi {
},
};
}
async createValidSendPttElement(context: SendMessageContext, pttPath: string): Promise<SendPttElement> {
async createValidSendPttElement(_context: SendMessageContext, pttPath: string): Promise<SendPttElement> {
const { converted, path: silkPath, duration } = await encodeSilk(pttPath, this.core.NapCatTempPath, this.core.context.logger);
if (!silkPath) {