mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01: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:
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 createdAt: Date;
|
||||||
public readonly createdTimestamp: number;
|
public readonly createdTimestamp: number;
|
||||||
public defaultMessageNotifications: DefaultMessageNotifications | number;
|
public defaultMessageNotifications: DefaultMessageNotifications | number;
|
||||||
|
public readonly defaultRole: Role;
|
||||||
public deleted: boolean;
|
public deleted: boolean;
|
||||||
public embedEnabled: boolean;
|
public embedEnabled: boolean;
|
||||||
public emojis: GuildEmojiStore;
|
public emojis: GuildEmojiStore;
|
||||||
|
|||||||
Reference in New Issue
Block a user