typings(Guild): add missing defaultRole property (#3126)

* [typings] Fix missing defaultRole property under Guild.

Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>

* [typings] Added missing readonly identifier.

Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
This commit is contained in:
Kamran Mackey
2019-03-04 12:32:15 -07:00
committed by SpaceEEC
parent 579283dfe9
commit 1207c243d1

1
typings/index.d.ts vendored
View File

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