xixi52 / discord-canvas

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

TypeError: Cannot read properties of undefined (reading 'Attachment') #62

Closed RonaldZav closed 1 year ago

RonaldZav commented 1 year ago

const attachment = new Discord.Attachment(image.toBuffer(), "goodbye-image.png");

TypeError: Cannot read properties of undefined (reading 'Attachment')
xixi52 commented 1 year ago

What is your Discord.js version ?