#If i tag a person, thats not in the server, the command does not work. Is there a way to have it wo
1 messages · Page 1 of 1 (latest)
Members are guild dependent. They DO NOT exist without a guild associated
So if the member is not in a guild, it is not a member. Maybe a user
message.mentions.users.first(), not sure if djs parses it tho
worst case you have to get the id out of the message yourself and fetch using <Client>.users.fetch('id')
I tried message.mentions.users.first() that didn't work
I can try that
why did you make a thread, you were already answered this
I didn't make it