Answer the question
In order to leave comments, you need to log in
How to make the bot send a message to each server member on command?
How to make the bot send a message to each server member on command?
Help!
discord.js version: 11.6.4
Answer the question
In order to leave comments, you need to log in
let members = message.guild.members.array();
for (let member in members) {
member.user.send("сообщение");
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question