misc(userinfo): changed the name of the user command to userinfo

This commit is contained in:
Seaswimmer 2023-08-21 20:19:18 -04:00
parent 8c4fc5426f
commit 6e4c4452e7
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -2,7 +2,7 @@ const { SlashCommandBuilder } = require('discord.js');
module.exports = { module.exports = {
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName('user') .setName('userinfo')
.setDescription('Provides information about the user.'), .setDescription('Provides information about the user.'),
async execute(interaction) { async execute(interaction) {
// interaction.user is the object representing the User who ran the command // interaction.user is the object representing the User who ran the command