refactor(RichPresence): getUUID, getExternal => static
Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -250,13 +250,13 @@ export abstract class RichPresence {
|
||||
public setEndTimestamp(timestamp?: Date): this;
|
||||
public setButtons(...button: RichButton[]): this;
|
||||
public addButton(name: string, url: string): this;
|
||||
public getExternal(
|
||||
public static getExternal(
|
||||
client: Client,
|
||||
applicationId: Snowflake,
|
||||
image1: string,
|
||||
image2: string,
|
||||
): Promise<ExternalAssets[]>;
|
||||
public getUUID(): string;
|
||||
public static getUUID(): string;
|
||||
public toJSON(): object;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user