I wonder if you can help (I search it and nothing...) I am learning how to work with discord.js node and I want to change my user nickname (not the username itself)
According to the example from the docs, something like
message.guild.members.get(message.author.id).setNickname("");
would give you your desired results, if you want the user to only be able to change his/her nicks through the command.