mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
typings(RichPresenceAssets): *ImageURL's options are optional (#3727)
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -1197,8 +1197,8 @@ declare module 'discord.js' {
|
||||
public largeText: string | null;
|
||||
public smallImage: Snowflake | null;
|
||||
public smallText: string | null;
|
||||
public largeImageURL(options: ImageURLOptions): string | null;
|
||||
public smallImageURL(options: ImageURLOptions): string | null;
|
||||
public largeImageURL(options?: ImageURLOptions): string | null;
|
||||
public smallImageURL(options?: ImageURLOptions): string | null;
|
||||
}
|
||||
|
||||
export class Role extends Base {
|
||||
|
||||
Reference in New Issue
Block a user