Add total uses stat

This commit is contained in:
Dragon Fire
2024-07-02 01:16:09 -04:00
parent ed2e5bf017
commit 6139fccfb5
6 changed files with 23 additions and 3 deletions
+4
View File
@@ -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
}
];