xixi52 / discord-canvas

A package to simplifie the usage of canvas for Discord !
87 stars 45 forks source link

Error: Unsupported image type #25

Closed BitOfAByte closed 3 years ago

BitOfAByte commented 3 years ago

I get this error Error: Unsupported image type. How can I fix it...

Image url: https://i.imgur.com/jwSU08a.jpg

Shadyyey commented 3 years ago

@DaatUserName The package can't get the image because it's not on discord. Try uploading the image onto discord and try again.

BitOfAByte commented 3 years ago

Ok thanks

BitOfAByte commented 3 years ago

Still didn't work

sudis commented 3 years ago

Hello you probably use message.author.avatarURL({dynamic: true}) things. You're must use png format on avatars. So you try this: message.author.avatarURL({dynamic: true, format: "png"}).

Sincerely.