A tool to clone a Discord server, including channels, categories, roles and permissions.
---[2023] How to Clone Any Discord Server? (UPDATED) March 5, 2023 |
Using Repl.it:
Run the script without any local installation using Repl.it.
For those who prefer to run the script manually, you can clone the repository and follow the steps below:
- Install Python 3.8 or later
- Obtain your Discord token. If you're unsure how, here's a tutorial.
- Select a server you'd like to clone and copy its ID (Right-click on the server icon > Copy ID).
- Click on 'Code' then 'Download ZIP'.
- Extract the downloaded ZIP file.
- Open a terminal or command prompt in the extracted folder.
- Install necessary dependencies with
pip install -r requirements.txt
. - Run the script with
python main.py
. - When prompted, input your token and the server ID.
Wait for the script to complete its operations.
This project was inspired by several older Discord Cloners.
Maintained and enhanced by: LAW-Tutorials
Support me: Follow on YouTube
05/03/2023.