Skip to content

Discord selfbot to clone any discord guild. Like templates, but little better.

License

Notifications You must be signed in to change notification settings

Fluff4life/discord-server-copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Server cloner

This project allows you to clone one Discord server to another.

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

Features

+ Clone Channels
+ Channel Permissions, Role permissions
+ Server Roles
+ Server Name
+ Server Banner / Icon
+ Server Emojis
+ Server Settings 
+ Server Messages
+ Update server messages in real time
- Server Members / Bots
- Server Stickers

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 If script gives KeyError, save token and delete config.json, then configure again. If issue persist, open issue with "bug" label

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

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

Requirements

In order to use the Discord Server Cloner, you will need to have Python installed on your system. The project has been tested with Python versions from 3.5.3 to 3.9, and it may also work with 3.10 (though it has not been tested). Using discord.py-self package.

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

Discord selfbot to clone any discord guild. Like templates, but little better.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Batchfile 0.8%