From 7c36eef0e9c7e9e1e9058e7796d4be91d5ac27cb Mon Sep 17 00:00:00 2001 From: shni Date: Fri, 3 Oct 2025 14:46:42 -0500 Subject: [PATCH] feat: update bot activity states for improved visibility and engagement --- src/events/ready.ts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/events/ready.ts b/src/events/ready.ts index a66d5ac..aafe6af 100644 --- a/src/events/ready.ts +++ b/src/events/ready.ts @@ -53,21 +53,19 @@ bot.on(Events.ClientReady, () => { { type: ActivityType.Custom, name: 'custom', - emoji: "<:KingCat:1322661036112740514>", - state: 'Tu cazadora de confiaza' + state: '<:KingCat:1322661036112740514> Tu cazadora de confiaza' }, { type: ActivityType.Playing, - name: '🎮 con la IA Gemini "!ai"', + name: 'la rolear con la IA !ai', }, { type: ActivityType.Watching, - name: `${bot.guilds.cache.size} servidores` + name: `!help | ${bot.guilds.cache.size} servidores` }, { type: ActivityType.Streaming, - name: "📺 Musica de calidad", - details: 'https://youtu.be/MRkOSkBbjSw?si=PuTkDgJn5eBMHnoN' + name: "📺 Musica de calidad https://youtu.be/MRkOSkBbjSw?si=PuTkDgJn5eBMHnoN", } ];