Answers for "how to @ the message author in discord.js"

1

msg author is a bot

if(message.author.id === client.user.id) return;
Posted by: Guest on November-21-2020
0

how to check if a user sent a message in discord js

if(message.author.id === client.user.id) return;
Posted by: Guest on August-04-2020

Code answers related to "how to @ the message author in discord.js"

Browse Popular Code Answers by Language