From 39fd8fd6454aaa61e098ef8fac1a33aeede97f9a Mon Sep 17 00:00:00 2001 From: izexi <43889168+izexi@users.noreply.github.com> Date: Tue, 16 Apr 2019 21:14:01 +0100 Subject: [PATCH] fix(typings): remove duplicated Guild#defaultRole (#3211) --- typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 0a2a1248..4c32f0b1 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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;