mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Add total uses stat
This commit is contained in:
@@ -32,6 +32,8 @@ module.exports = class CommandLeaderboardCommand extends Command {
|
||||
return msg.say(stripIndents`
|
||||
__**Command Usage Leaderboard (Page ${page}/${totalPages}):**__
|
||||
${this.makeLeaderboard(commands, page).join('\n')}
|
||||
|
||||
_Total Uses: ${formatNumber(this.client.registry.totalUses)}_
|
||||
`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user