Makes embed creation 10x easier and simpler.
Step 1) Download the files.
Step 2) Insert the "extension" folder into your workspace.
Step 3) Call it in a file you want to generate embeds.
const embed = require('./extension/embed.js');
embed(message, "Your Embed Message here", "#color (can use color variable)")
You can change the embed design in the embed.js file.