mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
fix avatar on author
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user