Skip to content

Commit

Permalink
types: fix type of Attachment#name (#9101)
Browse files Browse the repository at this point in the history
Co-authored-by: space <spaceeec@yahoo.com>
  • Loading branch information
skinmaker1345 and SpaceEEC committed Feb 17, 2023
1 parent 483cbb3 commit 4e0a89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Expand Up @@ -1982,7 +1982,7 @@ export class Attachment {
public ephemeral: boolean;
public height: number | null;
public id: Snowflake;
public name: string | null;
public name: string;
public proxyURL: string;
public size: number;
public get spoiler(): boolean;
Expand Down

2 comments on commit 4e0a89f

@vercel
Copy link

@vercel vercel bot commented on 4e0a89f Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4e0a89f Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.