Skip to content

Commit

Permalink
fix(typings): remove duplicated Guild#defaultRole (discordjs#3211)
Browse files Browse the repository at this point in the history
  • Loading branch information
izexi authored and samsamson33 committed Feb 27, 2020
1 parent 84bf259 commit e453721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ declare module 'discord.js' {
public readonly createdTimestamp: number;
public readonly defaultRole: Role | null;
public defaultMessageNotifications: DefaultMessageNotifications | number;
public readonly defaultRole: Role;
public deleted: boolean;
public embedEnabled: boolean;
public emojis: GuildEmojiStore;
Expand Down

0 comments on commit e453721

Please sign in to comment.