M
M
Mr_eoka2020-10-17 07:20:44
Node.js
Mr_eoka, 2020-10-17 07:20:44

How to make the bot show how many roles in the discord server people, etc., on command?

How to make it like juniper bot?
5f8a7a854ac38359765459.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Kudrin, 2020-10-20
@HepkaPlay

Members: message.guild.members.cache.size
Roles: message.guild.roles.cache.size
Channels: message.guild.channels.cache.size
The rest can be found here: https://discord.js.org/#/ docs/main/stable/class/Guild
Also check out this: https://discord.js.org/#/docs/collection/master/cl...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question