0
Q:

how to check if the user is in a certain guild in discord

const server = client.guilds.cache.get(server_id)
if (server.members.cache.find(user_id)) //Returns true if present in the guild
else //and false if not
0

New to Communities?

Join the community