diff --git a/commands/utilities/user.js b/commands/utilities/userinfo.js similarity index 95% rename from commands/utilities/user.js rename to commands/utilities/userinfo.js index 6ef0ba8..c803841 100644 --- a/commands/utilities/user.js +++ b/commands/utilities/userinfo.js @@ -2,7 +2,7 @@ const { SlashCommandBuilder } = require('discord.js'); module.exports = { data: new SlashCommandBuilder() - .setName('user') + .setName('userinfo') .setDescription('Provides information about the user.'), async execute(interaction) { // interaction.user is the object representing the User who ran the command