feat: update bot activity states for improved visibility and engagement
This commit is contained in:
@@ -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'
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user