inlife / discord-global-mutual

Get the list of people that you have shared servers with
MIT License
49 stars 11 forks source link

Possible to check specific servers? #3

Closed huantianad closed 5 years ago

huantianad commented 5 years ago

Is it possible only to check for users with mutual servers in a specific server? I'm just in too many.

inlife commented 5 years ago

Well, I don't see how that would work. Doesn't it kinda defeat the purpose?

huantianad commented 5 years ago

Let me rephrase the question: Can I specifically check for all users in two or more servers? For example, find people in both Discord Developers and Discord API without checking other servers too?

inlife commented 5 years ago

I would recommend adding a filter in this line, to skip all other guild ids except the ones you need: https://github.com/inlife/discord-global-mutual/blob/master/export.js#L38

huantianad commented 5 years ago

OK Thanks!