diff --git a/commands-contextmenu/resetnick.js b/commands-contextmenu/resetnick.js index 676dddd..9344417 100644 --- a/commands-contextmenu/resetnick.js +++ b/commands-contextmenu/resetnick.js @@ -1,12 +1,12 @@ const { ContextMenuCommandBuilder, ApplicationCommandType, PermissionFlagsBits } = require('discord.js'); module.exports = { - name: 'Reset Nickname', + name: 'resetnick', description: 'Reset your nickname.', type: 'contextmenu', data: new ContextMenuCommandBuilder() - .setName('resetnick') + .setName('Reset Nickname') .setType(ApplicationCommandType.User) .setDefaultMemberPermissions(PermissionFlagsBits.ManageNicknames),