diff --git a/typings/index.d.ts b/typings/index.d.ts index 9a306de85..e60dcfdf8 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -386,6 +386,7 @@ declare module 'discord.js' { public readonly createdAt: Date; public readonly createdTimestamp: number; public defaultMessageNotifications: DefaultMessageNotifications | number; + public readonly defaultRole: Role; public deleted: boolean; public embedEnabled: boolean; public emojis: GuildEmojiStore;