diff --git a/commands/Information/playerinfo.js b/commands/Information/mcinfo.js similarity index 92% rename from commands/Information/playerinfo.js rename to commands/Information/mcinfo.js index 2f8eea3..0103a2e 100644 --- a/commands/Information/playerinfo.js +++ b/commands/Information/mcinfo.js @@ -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 " -}; \ No newline at end of file + usage: "mcinfo " +};