feat: update bot activity states for improved visibility and engagement

This commit is contained in:
2025-10-03 14:46:42 -05:00
parent e0c590e9e2
commit 7c36eef0e9

View File

@@ -53,21 +53,19 @@ bot.on(Events.ClientReady, () => {
{ {
type: ActivityType.Custom, type: ActivityType.Custom,
name: 'custom', name: 'custom',
emoji: "<:KingCat:1322661036112740514>", state: '<:KingCat:1322661036112740514> Tu cazadora de confiaza'
state: 'Tu cazadora de confiaza'
}, },
{ {
type: ActivityType.Playing, type: ActivityType.Playing,
name: '🎮 con la IA Gemini "!ai"', name: 'la rolear con la IA !ai',
}, },
{ {
type: ActivityType.Watching, type: ActivityType.Watching,
name: `${bot.guilds.cache.size} servidores` name: `!help | ${bot.guilds.cache.size} servidores`
}, },
{ {
type: ActivityType.Streaming, type: ActivityType.Streaming,
name: "📺 Musica de calidad", name: "📺 Musica de calidad https://youtu.be/MRkOSkBbjSw?si=PuTkDgJn5eBMHnoN",
details: 'https://youtu.be/MRkOSkBbjSw?si=PuTkDgJn5eBMHnoN'
} }
]; ];