mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
typings(RichPresenceAssets): *ImageURL's options are optional (#3727)
This commit is contained in:
parent
6302afb84b
commit
877577badc
1 changed files with 2 additions and 2 deletions
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue