Using the discord api to check if a vanity url is available to use or is already taken.
- Add the vanity url you want to check in the
vanity.txt
file. - Add your proxy in the
proxy.txt
file. (Optional but recommended) - If you wont use a proxy change the
config.json
file tofalse
in theproxy | enabled
. - Run the script.
- You can change the delay on the line
31
in theindex.js
file. - Proxy format:
username:password@ip:port
{
"checker": {
"delay": 1000 // Delay in ms between each check (1000ms = 1s)
},
"proxy" : {
"enable" : true // If you want to use a proxy
},
"saves" : {
"enable" : true, // If you want to save the results
"valids" : true, // If you want to save the valids
"invalids" : true // If you want to save the invalids
}
}