leaderboard alias

This commit is contained in:
Dragon Fire
2021-04-14 17:52:04 -04:00
parent cc8850d900
commit 9f5c033545
+1 -1
View File
@@ -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.',