mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix(typings): remove duplicated Guild#defaultRole (#3211)
This commit is contained in:
parent
0b1176d9a1
commit
39fd8fd645
1 changed files with 0 additions and 1 deletions
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue