MysteryPancake / Discord-Reposter

Bot for reposting Discord messages (work in progress)
MIT License
92 stars 121 forks source link

Discord.js v12+ fix #57

Closed Izofeu closed 3 years ago

Izofeu commented 3 years ago

The old code doesn't work with new Discord.js, throws a Discord.RichEmbed is not a constructor error. This oneliner PR fixes this.

MysteryPancake commented 3 years ago

Thanks for this commit. I'm currently working on converting this bot to v12 and this was one of the changes, so I'll close this once it's updated. There were another 3 embeds and a few other changes I had to make along with this one.

Izofeu commented 3 years ago

Ye I didn't test it thoroughly enough sorry, for anyone reading this it's best to install v11 discord api for now.

MysteryPancake commented 3 years ago

Updated to v12, hopefully works ok now