Hey, client.user.tag is the user tag, example: something#1234. So when you mention the bot it does not trigger. You can use this: if(message.isMentioned(client.user)){ // your code here }
This triggers whenever your bot gets mentioned in a channel it can read. You do have to add this to your message event.