mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 15:19:14 +02:00
Add activities to avatar changer
This commit is contained in:
@@ -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
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user