mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
typings(GuildEmoji): restore deletable, remove inherited property deleted (#3543)
* Typings: restore deletable on GuildEmoji * Remove inherited property "deleted"
This commit is contained in:
parent
9e0705cbc3
commit
16db92ede8
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -833,7 +833,7 @@ declare module 'discord.js' {
|
|||
private _roles: string[];
|
||||
|
||||
public available: boolean;
|
||||
public deleted: boolean;
|
||||
public readonly deletable: boolean;
|
||||
public guild: Guild;
|
||||
public managed: boolean;
|
||||
public requiresColons: boolean;
|
||||
|
|
|
|||
Loading…
Reference in a new issue