This commit is contained in:
moriese
2025-01-09 23:19:27 +01:00
parent b8365abce8
commit db6cdfcbb8
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { Commands, CommandsMeta } from 'commands';
import { AttachmentBuilder, EmbedBuilder } from 'discord.js';
export default function createEmbed() { // ({ embeds: [exampleEmbed] })
console.log("createEmbed()");
console.log("createHelpEmbed()");
const exampleEmbed = new EmbedBuilder()
.setColor(0x004400)