typings(Attachment): remove attachment property

This commit is contained in:
net-tech
2022-12-26 22:56:32 +01:00
committed by GitHub
parent 3160ab0fc7
commit b0a5c5246b

View File

@@ -1971,7 +1971,6 @@ export class AttachmentBuilder {
export class Attachment {
private constructor(data: APIAttachment);
public attachment: BufferResolvable | Stream;
public contentType: string | null;
public description: string | null;
public ephemeral: boolean;