This tool allows you to check the validity of Discord invite links. It retrieves information about a server using an invite link or code provided by the user.
-
Clone this repository to your local machine.
-
Make sure you have Python installed.
-
Open a terminal or command prompt in the cloned directory.
-
Run the following command to start the tool:
python main.py
-
Enter the Discord invite link or code when prompted.
-
The tool will display various details about the server associated with the provided invite link.
- Python 3.x
requests
library (Install it usingpip install requests
)colorama
library (Install it usingpip install colorama
)
- If you want to exit the tool, type 'exit' when prompted for an invite link or code.
- If you need to clear the screen during execution, press Enter when the tool prompts for input.
Feel free to contribute, report issues, or suggest enhancements!
Note: This tool is not affiliated with Discord. Use it responsibly and respect Discord's terms of service while checking invite links.