From f5eca001ec5e49d29a29287a4d01ee57004bd620 Mon Sep 17 00:00:00 2001 From: shni Date: Fri, 3 Oct 2025 21:08:50 -0500 Subject: [PATCH] feat: remove redundant logging for activity change to optimize performance --- src/events/ready.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/events/ready.ts b/src/events/ready.ts index c6038c2..f3728bd 100644 --- a/src/events/ready.ts +++ b/src/events/ready.ts @@ -85,7 +85,6 @@ bot.on(Events.ClientReady, () => { activities: [activities[currentActivity]], status: 'online', }); - logger.info(`Actividad cambiada a: ${activities[currentActivity].name || activities[currentActivity].state}`); }, 30000); // Cambiado a 30 segundos para reducir llamadas API }) \ No newline at end of file