This commit is contained in:
2026-02-28 12:32:12 +01:00
parent ad2014b7b2
commit 314a4ec94b
13 changed files with 35 additions and 121 deletions

View File

@@ -10,6 +10,13 @@ module.exports = {
console.log(chalk.blue(`🔧 ${client.commands.size} commande(s) chargée(s)`));
// Statut du bot
client.user.setActivity('France Femboy', { type: ActivityType.Watching });
client.user.setPresence({
activities: [{
name: 'Surveille le discord Femboy Croissant 👀',
type: ActivityType.Streaming,
url: 'https://twitch.tv/femboycroissantoff'
}],
status: 'online'
});
},
};