Skip to content

Commit

Permalink
typing: update
Browse files Browse the repository at this point in the history
Co-authored-by: Jan <66554238+vaporoxx@users.noreply.github.com>
  • Loading branch information
Syjalo and vaporoxx authored Jun 8, 2023
1 parent 54a01d3 commit ee28cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3064,7 +3064,7 @@ export class User extends PartialTextBasedChannel(Base) {
public get defaultAvatarURL(): string;
public get dmChannel(): DMChannel | null;
public flags: Readonly<UserFlagsBitField> | null;
public get globalName(): string | null;
public globalName: string | null;
public get hexAccentColor(): HexColorString | null | undefined;
public id: Snowflake;
public get partial(): false;
Expand Down

0 comments on commit ee28cac

Please sign in to comment.