This is the start of my command. I tried if(member === bot) return message.channel.send("You can't rob bots")
But it didnt work, any help would be appreciated
client.on('message', async message => {
if(message.content.startsWith("$$rob")) {
const member = message.mentions.members.first()
if(!member) return message.channel.send("You need to mention a user to rob them")