A powerful Python-based Discord server cloning tool that replicates server structure from one Discord server to another, including roles, categories, channels, and more all through an interactive terminal interface.
| Key Information | Details |
|---|---|
| Name | Rock Cloner V2 |
| Language | Python |
| Platform | Discord |
| Interface | Interactive Terminal (CLI) |
| Developer | DEVROCK |
| Category | Description |
|---|---|
| Server Structure Cloning | Clone server elements such as Roles, Categories, Channels, and Server Settings. |
| Emoji Cloning | Optionally clone emojis from the source server. |
| Server Metadata | Copy server icon and name. |
| Interactive UI | Built using questionary, inquirer, pyfiglet, and rich for a modern terminal experience. |
Ensure you have Python 3.10 – 3.12 installed.
# Clone the repository
git clone https://github.com/devrock07/rock-cloner-v2.git
cd rock-cloner-v2
# Install dependencies
pip install -r requirements.txtFollow these steps to run Rock Cloner V2:
- Open a terminal inside the project folder
- Run the following command:
python main.py
- When prompted, provide your Discord user token
- Enter the following details:
- Source Server ID (server to clone from)
- Destination Server ID (server to clone into)
- Choose what to clone (Roles, Channels, Emojis, etc.)
- The program will automatically begin cloning the selected components.
| Dependency | Purpose |
|---|---|
| questionary | Interactive terminal prompts |
| inquirer | Command-line input management |
| pyfiglet | ASCII-styled banners and headers |
| rich | Beautiful terminal formatting and progress display |
| Notice | Description |
|---|---|
| Educational Use Only | This project is intended solely for learning and demonstration purposes. |
| Discord Terms | Self-bots and automation using user tokens are against Discord’s Terms of Service. |
| User Responsibility | The author is not responsible for any misuse or violations resulting from this software. Use it at your own risk. |
| Name | Role | Contact |
|---|---|---|
| DEVROCK | Developer & Maintainer | Python.org / Discord |
| Asnehita | GFX Designer | Python.org / Discord |