style(commands/administration): logs now have only one configuration and not two

This commit is contained in:
Raphael 2025-12-05 12:20:49 +01:00 committed by Raphaël
parent cabef748b0
commit d90746b07c

View file

@ -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`,