refactor(commands/adminstration): now using the new log system

This commit is contained in:
Raphael 2025-10-26 17:51:24 +01:00 committed by Raphaël
parent 491feedfaf
commit 5db4a7939d
4 changed files with 13 additions and 23 deletions

View file

@ -95,7 +95,7 @@ export async function execute(interaction: ChatInputCommandInteraction) {
currentGuildData = await prisma.guild.create({ data: { id: guildId } });
}
const mainRow : ActionRowBuilder = createMainRow(currentGuildData);
const mainRow: ActionRowBuilder = createMainRow(currentGuildData);
await interaction.reply({
embeds: [getEmbed(currentGuildData)],