feat: update WebEmbed
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2337,6 +2337,7 @@ export class WebEmbed {
|
||||
public setTitle(title: string): this;
|
||||
public setURL(url: string): this;
|
||||
public setProvider(options: MessageEmbedProvider | null): this;
|
||||
public toString(): string;
|
||||
public toMessage(): Promise<string>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user