misc(userinfo): changed the name of the user command to userinfo
This commit is contained in:
parent
8c4fc5426f
commit
6e4c4452e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue