Answers for "discord.js reply to message 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 reply to message author

message.reply("hello world");
Posted by: Guest on January-15-2021

Code answers related to "discord.js reply to message author"

Code answers related to "Javascript"

Browse Popular Code Answers by Language