“Discord.js mengirim DM ke pengguna tertentu” Kode Jawaban

Perselisihan JS Kirim DM ke Pengguna

// In order for a bot to send a message, you need <client>.send()
// the client is where the bot will send a message to(A channel, everywhere in the server, or a PM). 
// If you want the bot to PM a certain user, you can use message.author as your client. 
mesage.author.send("LOL, I just slid into your DMs :joy:";
N!ls

dm seseorang oleh id scord.js

Client.users.get(ID.toString()).send("Hello, how are you doing?");
Outrageous Ostrich

Discord.js mengirim DM ke pengguna tertentu

client.users.fetch('USER_ID').then((user) => {
try {
	user.send("txt");	
} catch (err){
	console.log("err")
}
Condemned Crane

Jawaban yang mirip dengan “Discord.js mengirim DM ke pengguna tertentu”

Pertanyaan yang mirip dengan “Discord.js mengirim DM ke pengguna tertentu”

Lebih banyak jawaban terkait untuk “Discord.js mengirim DM ke pengguna tertentu” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya