Answer the question
In order to leave comments, you need to log in
Why can't the bot kick?
Good afternoon!
There were problems because the bot does not want to kick even the most ordinary participant.
Event code:
Answer the question
In order to leave comments, you need to log in
Only GuildMember's message can be kicked: https://discord.js.org/#/docs/main/master/class/Gu...
You can't just teleport him out of nowhere.
If you want to create a command equivalent:
Then you need to write this piece of code like this:
if (message.content.startsWith("!kick")) {
var member= message.mentions.members.first(); //Это и будет объект GuildMember
member.kick(); //Кик
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question