change command name to avoid confusion
This commit is contained in:
parent
01daace13f
commit
972ee14064
1 changed files with 4 additions and 4 deletions
|
@ -48,13 +48,13 @@ async function getUUID(username) {
|
|||
exports.conf = {
|
||||
enabled: true,
|
||||
guildOnly: false,
|
||||
aliases: ["mcinfo","minecraftuser"],
|
||||
aliases: ["minecraftuser"],
|
||||
permLevel: "User"
|
||||
};
|
||||
|
||||
exports.help = {
|
||||
name: "playerinfo",
|
||||
name: "mcinfo",
|
||||
category: "Information",
|
||||
description: "Shows information about a Minecraft player.",
|
||||
usage: "playerinfo <username>"
|
||||
};
|
||||
usage: "mcinfo <username>"
|
||||
};
|
Loading…
Reference in a new issue