How to fix RichEmbed Discord.js

Discord.RichEmbed got removed in v12.

just use Discord.MessageEmbed instead.

it’s essentially the same. just a new name.

new docs: https://discord.js.org/#/docs/main/v12/class/MessageEmbed

Leave a Comment