utility.avatar: try 2 on merged images

This commit is contained in:
Cynthia Foxwell 2022-04-03 10:53:40 -06:00
parent eb63d86e69
commit 530ee58979

View file

@ -142,6 +142,7 @@ avatar.callback = async function (msg, line) {
baseEmbed.description =
`[Normal avatar](${normalUrl})` +
(guild && guildAvatar ? `\n[Guild avatar](${guildUrl})` : "");
baseEmbed.url = normalUrl;
const guildEmbed = {...baseEmbed};
baseEmbed.image = {url: normalUrl};