feat: update bot activity states for enhanced user engagement and clarity

This commit is contained in:
2025-10-03 14:59:20 -05:00
parent 7c36eef0e9
commit e05be03023

View File

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