8 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Post the full error stack trace, not just the top part!
- Show your code!
- Explain what exactly your issue is.
- Not a discord.js issue? Check out #useful-servers.
- Issue solved? Press the button!Hi,
I want to know how to make the command to remove a role from members
Try to convert your sentence into the code
member.roles.remove()
do i put the role id between the ()
?
Here's the doc
I mean i want to create a command that when a members use it it will remove a specific role from him
Just read the doc, it shows you how