From ed3604414fe7d331a7cc1a6ba7c78cadb5db2e7f Mon Sep 17 00:00:00 2001 From: shnimlz Date: Sat, 20 Sep 2025 03:38:49 -0500 Subject: [PATCH] un console.log --- src/commands/messages/alliaces/removeChannel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/messages/alliaces/removeChannel.ts b/src/commands/messages/alliaces/removeChannel.ts index f44b9ca..b8a5f5d 100644 --- a/src/commands/messages/alliaces/removeChannel.ts +++ b/src/commands/messages/alliaces/removeChannel.ts @@ -209,6 +209,7 @@ export const command: CommandMessage = { }); } catch (error) { + console.log(error) const errorEmbed = new EmbedBuilder() .setTitle("❌ Error de Eliminación") .setDescription(`💥 **Error al eliminar el canal:**\n\n📺 Canal: ${channelName}\n🧩 Configuración: \`${channelConfig?.blockConfigName}\`\n\n🔍 **Posibles causas:**\n• El canal ya fue eliminado\n• Error de base de datos\n• Permisos insuficientes\n\n🔄 Intenta nuevamente.`)