mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(GuildEmoji): make url not-nullable (#3656)
* typings(GuildEmoji): make url not-nullable * make GuildEmoji.url readonly
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user