From 9f5c0335450cba87488a19ed59a62dc799a6ade1 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 14 Apr 2021 17:52:04 -0400 Subject: [PATCH] leaderboard alias --- commands/util-public/high-scores.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util-public/high-scores.js b/commands/util-public/high-scores.js index 5a0fb2d7..5ee53087 100644 --- a/commands/util-public/high-scores.js +++ b/commands/util-public/high-scores.js @@ -9,7 +9,7 @@ module.exports = class HighScoresCommand extends Command { constructor(client) { super(client, { name: 'high-scores', - aliases: ['high-score', 'hs', 'h-score', 'high-s'], + aliases: ['high-score', 'hs', 'h-score', 'high-s', 'leaderboard', 'lb'], group: 'util-public', memberName: 'high-scores', description: 'Responds with the high scores the bot has saved.',