© 2026 Hedgehog Software, LLC
function embedMessage(desc) { return new EmbedBuilder() .setDescription(`**${desc}**`) .setColor("BLUE") }