diff --git a/src/core/apis/file.ts b/src/core/apis/file.ts index 5e974cb3..026fe88d 100644 --- a/src/core/apis/file.ts +++ b/src/core/apis/file.ts @@ -105,7 +105,7 @@ export class NTQQFileApi { throw new Error('packet cant get ptt url'); } - async getVideoUrlPakcet(chatType: ChatType, peer: string, fileUUID?: string) { + async getVideoUrlPacket(chatType: ChatType, peer: string, fileUUID?: string) { if (this.core.apis.PacketApi.available) { try { if (chatType === ChatType.KCHATTYPEGROUP && fileUUID) {