mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 10:40:49 +00:00
Updated command aliases
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
name: 'status',
|
||||
alias: 'stats',
|
||||
alias: ["stats", "info"],
|
||||
usage: '',
|
||||
description: 'See the current status for Musix.',
|
||||
onlyDev: false,
|
||||
@ -23,4 +23,4 @@ module.exports = {
|
||||
return msg.channel.send(embed);
|
||||
});
|
||||
}
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user