fix(typings): remove duplicated Guild#defaultRole (#3211)

This commit is contained in:
izexi
2019-04-16 21:14:01 +01:00
committed by SpaceEEC
parent 0b1176d9a1
commit 39fd8fd645

1
typings/index.d.ts vendored
View File

@@ -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;