mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
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:
parent
579283dfe9
commit
1207c243d1
1 changed files with 1 additions and 0 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue