change command name to avoid confusion

This commit is contained in:
carol 2020-01-10 09:55:13 -08:00 committed by GitHub
parent 01daace13f
commit 972ee14064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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>"
};