8000 GitHub - raz461/Discord-Vanity-Checker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

raz461/Discord-Vanity-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Vanity Checker

Using the discord api to check if a vanity url is available to use or is already taken.

Configuration

  1. Add the vanity url you want to check in the vanity.txt file.
  2. Add your proxy in the proxy.txt file. (Optional but recommended)
  3. If you wont use a proxy change the config.json file to false in the proxy | enabled.
  4. Run the script.

Misc

  • You can change the delay on the line 31 in the index.js file.
  • Proxy format: username:password@ip:port

Config

{
    "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
    }
}

Example

Example

Discord

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0