I am working on a mute command and got this error
TypeError: Cannot read property 'add' of undefined
This is my code
const person = message.mentions.users.first()
person.roles.add(muterole.id)
I have tried: person.addRole but it also doesnt work and person.roles.add(muterole) but it also doesnt work
Any Idea why? thanks