Podium


Usage


const DIG = require("dig.yd.js")
const {AttachmentBuilder} = require("discord.js")
// Avatar must come from the Member's/User's Profile Picture and formated to get the <.png> version of the Profile Picture
// names must come from Member's/User's
async function getPodium(avatar, avatar2, avatar3, name, name2, name3) {
const img = new DIG.Monalisa().getImage(avatar, avatar2, avatar3, name, name2, name3)

const attach = new AttachmentBuilder(img).setName("podium.png")
return attach
}

getPodium("https://panel.yeetdesigns.cc/CompanyLogos/Old_Logo.png", "https://panel.yeetdesigns.cc/CompanyLogos/Old_Logo.png", "https://panel.yeetdesigns.cc/CompanyLogos/Old_Logo.png", "YeetDesigns", "YeetDesigns", "YeetDesigns")

Results


Last updated