feat: GroupMemberTitle

This commit is contained in:
手瓜一十雪
2025-04-02 21:30:25 +08:00
parent 2b319bd694
commit f7a500a8cf
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) {