From c9c66f73b7a473d7b7839a4ff908f7e2105941b6 Mon Sep 17 00:00:00 2001 From: Skillz Date: Mon, 11 May 2020 16:46:29 -0400 Subject: [PATCH] fix avatar on author --- types/message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/message.ts b/types/message.ts index 055caa166..031473837 100644 --- a/types/message.ts +++ b/types/message.ts @@ -117,7 +117,7 @@ export interface Embed_Author { /** The url of the author */ url?: string; /** The url of the author icon (supports http(s) and attachments) */ - iconURL?: string; + icon_url?: string; /** A proxied url of author icon */ proxy_icon_url?: string; }