Answers for "discord.js author name"

1

get message author discord.js

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

discord.js get username

message.author.username
Posted by: Guest on October-03-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language