Answers for "discord js mention author"

1

get message author discord.js

message.author.user
// OR FOR ID USE:
message.author.user.id
Posted by: Guest on April-12-2021
0

discord js mention author

mesage.channel.send(`<@${message.author.id}>`)
Posted by: Guest on September-01-2021

Code answers related to "discord js mention author"

Code answers related to "Javascript"

Browse Popular Code Answers by Language