mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(Attachment): remove attachment property
This commit is contained in:
1
packages/discord.js/typings/index.d.ts
vendored
1
packages/discord.js/typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user