mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
leaderboard alias
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user