refactor(commands/adminstration): now using the new log system
This commit is contained in:
parent
491feedfaf
commit
5db4a7939d
4 changed files with 13 additions and 23 deletions
|
|
@ -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)],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue