mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Add current time to lrlb
This commit is contained in:
@@ -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')}_
|
||||
`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user