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