mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
fix(typings): remove duplicated Guild#defaultRole (#3211)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -403,7 +403,6 @@ declare module 'discord.js' {
|
|||||||
public readonly createdTimestamp: number;
|
public readonly createdTimestamp: number;
|
||||||
public readonly defaultRole: Role | null;
|
public readonly defaultRole: Role | null;
|
||||||
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