diff --git a/typings/index.d.ts b/typings/index.d.ts index 0a2a12484..4c32f0b1b 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;