A simple Discord Clan finder tool. Learn more about Discord Clans here or search for discord clans
on youtube.
Clans are currently available as an experiment. Discord API allows you to see a list of clans, but to apply you need an invitation. This tool checks for clans by guild ID using guild widget endpoint and tries to get an invite link if available.
We use proxies to bypass the widget API rate limit.
- Node.js 18+
-
Clone this repository.
-
Install dependencies -
npm install
. -
Set up
config.json
. You need Discord Account token (at your own risk - don't use account that you cannot afford to lose) and webhook url (for sending invites). You can also specify the maximum members that the clan can have (the member limit on servers with the clan feature is 200, the greatest chance of your application being approved is in smaller clans, those with more than ~185 members rarely accept new ones, but this isn't a rule). -
Paste HTTP proxies to
proxies.txt
. You can find some here, but first check them here and put only ones that work. 20-30 working proxies should be enough. -
Run
node index.js
. -
Found clans will be sent via webhook and saved in
./data/available.json
.