From 62afafdbe9674801d8f8c52c0fe14c3d1bc90adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Rom=C3=A1n?= Date: Mon, 13 Jan 2020 16:48:49 +0100 Subject: [PATCH] typings: Fixed build error (#3689) --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index c5eb84f91..c217cdcbf 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1635,7 +1635,7 @@ declare module 'discord.js' { export class Webhook extends WebhookMixin() { constructor(client: Client, data?: object); public avatar: string; - public avatarURL(options?: AvatarOptions): string | null; + public avatarURL(options?: ImageURLOptions): string | null; public channelID: Snowflake; public guildID: Snowflake; public name: string;