From d90746b07cf9b904f1f3cd46a3d38bb78a2fc9c3 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 5 Dec 2025 12:20:49 +0100 Subject: [PATCH] style(commands/administration): logs now have only one configuration and not two --- src/commands/administration/logs.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/commands/administration/logs.ts b/src/commands/administration/logs.ts index c711300..34f1cf2 100644 --- a/src/commands/administration/logs.ts +++ b/src/commands/administration/logs.ts @@ -32,10 +32,6 @@ export default { name: 'Show', value: 'logs_show', }, - { - name: 'Auto-configuration', - value: 'logs_auto', - }, { name: 'Configuration', value: 'logs_config', @@ -143,7 +139,7 @@ export default { } return; } - case 'logs_auto': { + case 'logs_config': { if (!await isOwner(interaction.user.id)) { await interaction.reply({ content: `${emoji.answer.no} | This command is only for owner`,