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