A powerful Discord server cloning tool written in Python that allows you to clone servers or overwrite existing ones.
This tool lets you clone Discord servers efficiently, either by creating a new server or overwriting an existing one. Built with security and ease of use in mind.
- 🔄 Clone entire server structure
- 📚 Copy all channels and categories
- 👥 Clone roles with permissions
- 😀 Transfer server emojis
- 🎯 Multiple cloning modes
- ⚡ Fast and efficient
-
Clone or download the repository
-
Install required packages
pip install -r requirements.txt
- Configure your account token
Edit
config.json
and add your Discord token:
{
"token": "your-account-token-here",
"colors": {
"success": "green",
"error": "red",
"info": "cyan",
"warning": "yellow",
"default": "red"
}
}
- Run the script:
python main.py
- Choose your cloning mode:
- Clone to existing server
- Create new server
- Follow the prompts to enter server IDs and confirm actions
- Requires Discord user token
- Admin permissions needed in target server
- Use responsibly and respect Discord's TOS
- Backup important servers before overwriting
- Written in Python
- Uses Discord API v9 (Not bot api, this is a selfbot.)
- Asynchronous HTTP requests
- Efficient error handling
- Progress tracking
- Colored console output
Made by: sevenv1
This tool is for educational purposes only. Use at your own risk and responsibility.