From 972ee14064abdab8bafc5a8a78dba6a2ac01f241 Mon Sep 17 00:00:00 2001 From: carol <34490428+rhearmas@users.noreply.github.com> Date: Fri, 10 Jan 2020 09:55:13 -0800 Subject: [PATCH] change command name to avoid confusion --- commands/Information/{playerinfo.js => mcinfo.js} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename commands/Information/{playerinfo.js => mcinfo.js} (92%) 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 " +};