Higher avatars quality

This commit is contained in:
2022-03-03 21:11:21 +07:00
parent 2c26c363ff
commit 3880c1a567
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export function makeEmbed(icon: string | undefined, title: string, description:
if(typeof user !== 'undefined')
embed.footer = {
text: `${user.username} | v${App.version}`,
iconURL: user.avatarURL() || ''
iconURL: `${user.avatarURL()}?size=4096` || ''
}
else
embed.footer = {