fix avatar on author

This commit is contained in:
Skillz
2020-05-11 16:46:29 -04:00
parent 926d6887c5
commit c9c66f73b7
+1 -1
View File
@@ -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;
}