mirror of
https://github.com/danbulant/discord.js
synced 2026-05-30 04:41:11 +00:00
typings(GuildEmoji): make url not-nullable (#3656)
* typings(GuildEmoji): make url not-nullable * make GuildEmoji.url readonly
This commit is contained in:
parent
c734979ad4
commit
155b682f6c
1 changed files with 1 additions and 0 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -843,6 +843,7 @@ declare module 'discord.js' {
|
|||
public managed: boolean;
|
||||
public requiresColons: boolean;
|
||||
public roles: GuildEmojiRoleStore;
|
||||
public readonly url: string;
|
||||
public delete(reason?: string): Promise<GuildEmoji>;
|
||||
public edit(data: GuildEmojiEditData, reason?: string): Promise<GuildEmoji>;
|
||||
public equals(other: GuildEmoji | object): boolean;
|
||||
|
|
|
|||
Loading…
Reference in a new issue