Add current time to lrlb

This commit is contained in:
Dragon Fire
2021-02-02 17:25:36 -05:00
parent ead34cf8ab
commit e6bb8e8851
2 changed files with 3 additions and 1 deletions
@@ -34,6 +34,8 @@ module.exports = class LastRunLeaderboardCommand extends Command {
return msg.say(stripIndents`
__**Command Last Run Leaderboard (Page ${page}/${totalPages}):**__
${this.makeLeaderboard(commands, page).join('\n')}
_Current Time: ${moment.utc().format('MM/DD/YYYY h:mm A')}_
`);
}