User "in server" nickname

How do I get user server nickname, already tried GuildMember.nickname, still not working, Whenever I use nickname it just give me user displayname/username
4 Replies
d.js toolkit
d.js toolkit7mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
d.js docs
d.js docs7mo ago
To share long code snippets, use a service like gist, sourcebin, pastebin, or similar instead of posting them as large code blocks or files.
blokm
blokmOP7mo ago
Pastebin
const { EmbedBuilder } = require('discord.js');const config = requi...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
blokm
blokmOP7mo ago
const member = message.member const member = interaction.member const member = await guild.members.fetch(userId); fixed thanks

Did you find this page helpful?