mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Add total uses stat
This commit is contained in:
@@ -65,5 +65,9 @@ module.exports = [
|
||||
{
|
||||
text: client => `with ${formatNumber(client.registry.commands.size)} commands`,
|
||||
type: ActivityType.Playing
|
||||
},
|
||||
{
|
||||
text: client => `with ${formatNumber(client.registry.totalUses)} command uses`,
|
||||
type: ActivityType.Playing
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user