SakshL / Discord-Server-Cloner

🔒 A Discord server cloner that can quickly duplicate any Discord server.
62 stars 181 forks source link

Dont copy emoji #14

Open ghost opened 1 year ago

ghost commented 1 year ago

It dont copy emoji

pacblinky commented 1 year ago
await Clone.emojis_delete(guild_to)
await Clone.emojis_create(guild_to,guild_from)

add these two lines under 'Line 55' at main.py file

D3strcutive commented 1 year ago
await Clone.emojis_delete(guild_to)
await Clone.emojis_create(guild_to,guild_from)

add these two lines under 'Line 55' at main.py file

i tried but it wont work