Object literal may only specify known properties, and 'dynamic' does not exist in type 'ImageURLOpti

.setThumbnail(user.displayAvatarURL({ size: 1024, dynamic: true }))
.setThumbnail(user.displayAvatarURL({ size: 1024, dynamic: true }))
6 Replies
glitchdetected1
glitchdetected1OP3d ago
Object literal may only specify known properties, and 'dynamic' does not exist in type 'ImageURLOptions'.
d.js toolkit
d.js toolkit3d ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by staff
glitchdetected1
glitchdetected1OP3d ago
"discord.js": "^14.17.2",
treble/luna
treble/luna3d ago
Thats a v13 option Its forceStatic in v14
glitchdetected1
glitchdetected1OP3d ago
ok
treble/luna
treble/luna3d ago
for smaller questions like these and your previous its better to just ask in #djs-help-v14 instead of creating a post for such a small problem

Did you find this page helpful?