Answer the question
In order to leave comments, you need to log in
How to get the number of people and bots?
Recently, lines of code that counted the number of people and bots began to work incorrectly.
message.guild.members.filter(m => m.user.bot).size
message.guild.members.filter(m => !m.user.bot).size
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question