Fix GIF profile pictures not being displayed as the GIF

This commit is contained in:
Sophie Marie 2022-11-14 22:04:06 -06:00
parent a8d34c9990
commit a2dd3e0ca5

View file

@ -37,7 +37,7 @@ module.exports = {
text: config.footerTxt
},
image: {
url: target.displayAvatarURL()
url: target.displayAvatarURL({ dynamic: true })
}
}]
};