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
- 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 OPPastebin
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.
const member = message.member
const member = interaction.member
const member = await guild.members.fetch(userId);
fixed thanks