1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 02:05:43 +00:00

Set avatar as icon url, not author url

This commit is contained in:
Oliver Booth 2022-07-23 15:34:34 +01:00
parent 178cfca1d8
commit 86849b9c0e
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -234,6 +234,6 @@ public static class DiscordEmbedBuilderExtensions
}
#endif
return builder.WithAuthor(user.Username, user.AvatarUrl);
return builder.WithAuthor(user.Username, iconUrl: user.AvatarUrl);
}
}