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; }