mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-13 00:35:40 +00:00
Set avatar as icon url, not author url
This commit is contained in:
parent
178cfca1d8
commit
86849b9c0e
@ -234,6 +234,6 @@ public static class DiscordEmbedBuilderExtensions
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return builder.WithAuthor(user.Username, user.AvatarUrl);
|
return builder.WithAuthor(user.Username, iconUrl: user.AvatarUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user