From 6e4c4452e715c36b93f5fe7d986a575f531d8eb0 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 21 Aug 2023 20:19:18 -0400 Subject: [PATCH] misc(userinfo): changed the name of the user command to userinfo --- commands/utilities/{user.js => userinfo.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename commands/utilities/{user.js => userinfo.js} (95%) 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