/Discord-CopyPaste2

Copy any Discord server you wish to. (Just like templates)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Discord-CopyPaste2

Copy any server you wish to. (Just like templates).
Be aware that this self bot will overwrite target server and using it is against Discord ToS!

How to use

Replace self.prefix = "cp2" with any prefix of your choice.
Replace self.token = "TOKEN" with user account token.
To copy a server use command |<prefix><command> <GuildID-Original> <GuildID-Target>|
GuildID-Original - ID of the server you wish to copy.
GuildID-Target - ID of the server you wish to overwrite. (I recomend using a new one)

Features

  • Copy all roles with setting
  • Copy all emotes
  • Copy almost all channels with permissions
  • Copy hidden channels
  • Copy server name and icon

Missing features from first version

  • Copy specified amount of messages (embeds and files included)
  • Send invite link to all members of the original server
  • Add public bots from the original server (not possible anymore)

Known issues

Some text and voice channels can't be copied.
copypaste.py | line 143 and 104

It's not possible to start the selfbot without fetch_offline_members=False.
main.py | line 13

Note

This code is based on a old CopyPaste selfbot, so it's pretty bad.
If you have any ideas how to improve it feel free to do so.