- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- 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!
#How do I make my bot say the usergag without mentioning the user with @?
7 messages · Page 1 of 1 (latest)
I don't want this
i want this
I know I don't have to use the <@$authorID>, as the command is called to only name the person's name, but not their username, just the person's name on that server.
it sounds like you're looking for <GuildMember>.displayName
but also you will want to fix what appears to be issues with your syntax regarding template literals
GuildMember#displayName [email protected]
The nickname of this member, or their user display name if they don't have one