Skip to content

Commit

Permalink
fix: id capitalization early rebase
Browse files Browse the repository at this point in the history
Co-authored-by: Noel <buechler.noel@outlook.com>
  • Loading branch information
ckohen and iCrawl committed Jul 4, 2021
1 parent 0f549b1 commit 869559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ declare module 'discord.js' {
public readonly calculatedPosition: number;
public readonly deletable: boolean;
public guild: Guild;
public guildID: Snowflake;
public guildId: Snowflake;
public readonly manageable: boolean;
public readonly members: Collection<Snowflake, GuildMember>;
public name: string;
Expand Down

0 comments on commit 869559f

Please sign in to comment.