Fix GIF profile pictures not being displayed as the GIF
This commit is contained in:
parent
a8d34c9990
commit
a2dd3e0ca5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module.exports = {
|
||||||
text: config.footerTxt
|
text: config.footerTxt
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
url: target.displayAvatarURL()
|
url: target.displayAvatarURL({ dynamic: true })
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue