See servers bot is in
Hi, I’m trying to figure out how I would make a command that would display all the servers my bot is in with the server id displaying as well. Thanks
2 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.<Client>.guilds.cache
is a Collection of all the Guilds that your bot is in, so you can .map(...)
that into whatever information that you want