#how can i get mutual guild between user and bot?
4 messages · Page 1 of 1 (latest)
• 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.
using oauth would be your best solution, to see which guilds the user is in and compare that to the guilds your bot is on
bots cant access mutual guilds of users, and to do that yourself you would have to try fetching the user from every guild and see if it gives you a member from it