Skip to content

Most powerful discord server cloner. Made using discord.py-self. Can clone entire discord server with messages

License

Notifications You must be signed in to change notification settings

TapTheDevvvv/discord-server-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Server cloner

This project allows you to copy (clone) one discord server to another discord server without getting banned.

Note: using self-bots against the ToS of discord.

Features

+ Server text, voice, stage & forum channels
+ Channel permissions, role permissions
+ Server roles
+ Server name
+ Server icon
+ Server emojis (45 emoji - limit)
+ Server stickers (free slots)
+ Server settings
+ Server messages
+ Update server messages in real time
- Server members / bots

How to use

To get started, you will need to obtain a token from your Discord account. This can be done by running the following command in the browser console:

(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()

Note: you need to login in discord from browser

Now run start.bat, configuration will be created. Configure it and re-run start.bat

Type in any guild: cp!clone (or copy, paste, parse). "cp!" is prefix that you defined in config.json

If you don't have permission to write to a server, you can add the argument to the command, which will allow you to copy the server by id, either in lp or on another server. The main thing is just to go to the server.

Example commands:

  • cp!clone - Copy the server in which the command was executed.
  • cp!clone 0 - Copy the server whose ID was specified.
  • cp!clone new_server=0 - Copy the server in specified server id
  • cp!clone 0 new_server=0 - Copy the server whose ID was specified but in new server that specified.

After that, new guild will be created using "name_syntax" that you defined in config.json "name_syntax" supports only "%original" parameter

Requirements

  1. In order to use the Discord Server Cloner, you will need to have Python installed on your system. The project requires Python versions from 3.8 to 3.12 (tested versions)
  2. Using discord.py-self package (delete discord.py if you are not using virtual env (venv).
  3. Recommended to use virtual environment (venv)

Contribution

When submitting a pull request:

  • Clone the repo.
  • Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
  • Open a pull request on GitHub and describe the feature or fix.

About

Most powerful discord server cloner. Made using discord.py-self. Can clone entire discord server with messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%