itskekoff / discord-server-copy

Most powerful discord server cloner. Made using discord.py-self. Can clone entire discord server with messages
MIT License
86 stars 69 forks source link

Can't copy all channels #52

Closed Fluff4life closed 4 months ago

Fluff4life commented 4 months ago

It can't copy all channels 19:08:32 | [Main/DEBUG] | Can't fetch channel Staff γ€ŒπŸ“£γ€ | 1122650917032972438 19:08:32 | [Main/DEBUG] | Can't fetch channel γ€ŒπŸ«§γ€staff-chat | 1122650917276233728 19:08:32 | [Main/DEBUG] | Can't fetch channel [πŸ”Š] Staff VC | 1122650917276233729 19:08:33 | [Main/DEBUG] | Can't fetch channel γ€ŒπŸ—’γ€logs | 1122650917276233731 It say's cant fetch instead saying "got overwrite mapping for "#example" and "created #example)

Mehmorel commented 4 months ago

you dont have permissions to this channels

Fluff4life commented 4 months ago

you dont have permissions to this channels

The version before the new version, it was able to copy all channels. Even private ones

itskekoff commented 4 months ago

Now you can disable channel fetching using argument (disable_fetch_channels=True). Reason of this error: you don't have access to view channel.

Fluff4life commented 4 months ago

Now you can disable channel fetching using argument (disable_fetch_channels=True). Reason of this error: you don't have access to view channel.

If you do this, you can copy private channels again?