Add activities to avatar changer

This commit is contained in:
lilyissillyyy
2026-02-17 15:01:52 -05:00
parent 0baeaa44ed
commit 07f2269676
4 changed files with 33 additions and 18 deletions
+4
View File
@@ -81,5 +81,9 @@ module.exports = [
text: client => `${formatNumber(client.registry.totalUses)} command uses`,
emoji: '🤖',
type: ActivityType.Custom
},
{
text: client => client.avatarChanger.holiday ? client.avatarChanger.holiday.activity : 'Just a normal day...',
type: ActivityType.Custom
}
];